diff options
author | marha <marha@users.sourceforge.net> | 2010-12-16 16:13:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-16 16:13:08 +0000 |
commit | f851244b9298d88c29331ab285c2839d8bee6925 (patch) | |
tree | f64f1405d89f3ca071001860110f5638bcb286c7 /xorg-server/hw/xquartz/GL | |
parent | fa61692edfc99e13bd2f0bc761590bfeefcfc07a (diff) | |
download | vcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.tar.gz vcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.tar.bz2 vcxsrv-f851244b9298d88c29331ab285c2839d8bee6925.zip |
xserver libXdmcp git update 16-12-2010
Diffstat (limited to 'xorg-server/hw/xquartz/GL')
-rw-r--r-- | xorg-server/hw/xquartz/GL/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xquartz/GL/Makefile.am b/xorg-server/hw/xquartz/GL/Makefile.am index af890776e..736c94b4a 100644 --- a/xorg-server/hw/xquartz/GL/Makefile.am +++ b/xorg-server/hw/xquartz/GL/Makefile.am @@ -1,5 +1,5 @@ noinst_LTLIBRARIES = libCGLCore.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/glx \ |