mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-02 00:38:21 +02:00
* Fixed Makefile style to be consistent with self and downsteam * Readded solaris to DIST_SUBDIRS in hw/xfree86/os-support/Makefile.am
12 lines
350 B
Makefile
12 lines
350 B
Makefile
AM_CPPFLAGS = \
|
|
-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
|
|
|
|
noinst_LIBRARIES = libCGLcore.a
|
|
libCGLcore_a_SOURCES = indirect.c \
|
|
$(top_srcdir)/hw/dmx/glxProxy/compsize.c
|