mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 18:10:16 +01:00
10 lines
318 B
Makefile
10 lines
318 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
|
|
|
|
noinst_LIBRARIES = libCGLcore.a
|
|
libCGLcore_a_SOURCES = indirect.c \
|
|
$(top_srcdir)/hw/dmx/glxProxy/compsize.c
|