summaryrefslogtreecommitdiff
path: root/GL/glx/Makefile.am
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-02 06:02:45 +0000
committerKevin E Martin <kem@kem.org>2005-12-02 06:02:45 +0000
commit7c00afd0ec94e491f1a9ef32d6543ed51ea3319d (patch)
treeec85c667f59b7afcc9e263273552d4eba3e05632 /GL/glx/Makefile.am
parent924518605b613eb66aa569877fa9f131e6f2a2fd (diff)
Define XFree86Server only where it is required.
Diffstat (limited to 'GL/glx/Makefile.am')
-rw-r--r--GL/glx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am
index 8964a9f96..a62a095c1 100644
--- a/GL/glx/Makefile.am
+++ b/GL/glx/Makefile.am
@@ -5,7 +5,7 @@ AM_CFLAGS = \
@GL_CFLAGS@ \
@XLIB_CFLAGS@ \
-I@MESA_SOURCE@/include \
- -DXFree86Server \
+ @SERVER_DEFINES@ \
@MODULE_DEFINES@ \
@LOADER_DEFINES@