diff options
Diffstat (limited to 'hw/xquartz/GL/Makefile.am')
-rw-r--r-- | hw/xquartz/GL/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am new file mode 100644 index 0000000..736c94b --- /dev/null +++ b/hw/xquartz/GL/Makefile.am @@ -0,0 +1,17 @@ +noinst_LTLIBRARIES = libCGLCore.la +AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS) +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/glx \ + -I$(top_srcdir)/hw/xquartz \ + -I$(top_srcdir)/hw/xquartz/xpr \ + -I$(top_srcdir)/miext/damage + +libCGLCore_la_SOURCES = \ + indirect.c \ + capabilities.c \ + visualConfigs.c + +EXTRA_DIST = \ + capabilities.h \ + visualConfigs.h |