diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /hw/xquartz/GL/Makefile.am |
initial state (xorg-server 1.10.2)
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 |