mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-26 09:58:14 +02:00
12 lines
372 B
Makefile
12 lines
372 B
Makefile
AM_CFLAGS = -I$(top_srcdir) \
|
|
-I$(top_srcdir)/GL/glx \
|
|
-I$(top_srcdir)/GL/include \
|
|
-I$(top_srcdir)/GL/mesa/glapi \
|
|
-I$(top_srcdir)/hw/darwin/quartz \
|
|
-I$(top_srcdir)/hw/darwin/quartz/xpr \
|
|
-I$(top_srcdir)/miext/damage \
|
|
$(PIXMAN_CFLAGS)
|
|
|
|
noinst_LIBRARIES = libCGLcore.a
|
|
libCGLcore_a_SOURCES = indirect.c \
|
|
$(top_srcdir)/hw/dmx/glxProxy/compsize.c
|