diff options
Diffstat (limited to 'xorg-server/hw/xquartz/GL/Makefile.am')
-rw-r--r-- | xorg-server/hw/xquartz/GL/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg-server/hw/xquartz/GL/Makefile.am b/xorg-server/hw/xquartz/GL/Makefile.am new file mode 100644 index 000000000..450ee5c5b --- /dev/null +++ b/xorg-server/hw/xquartz/GL/Makefile.am @@ -0,0 +1,13 @@ +noinst_LTLIBRARIES = libCGLCore.la +AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/glx \ + -I$(top_srcdir)/GL/include \ + -I$(top_srcdir)/GL/mesa/glapi \ + -I$(top_srcdir)/hw/xquartz \ + -I$(top_srcdir)/hw/xquartz/xpr \ + -I$(top_srcdir)/miext/damage + +libCGLCore_la_SOURCES = \ + indirect.c |