summaryrefslogtreecommitdiff
path: root/hw/dmx/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 /hw/dmx/Makefile.am
parent924518605b613eb66aa569877fa9f131e6f2a2fd (diff)
Define XFree86Server only where it is required.
Diffstat (limited to 'hw/dmx/Makefile.am')
-rw-r--r--hw/dmx/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index c9ac49363..23263f6fb 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -79,8 +79,8 @@ Xdmx_LDADD = $(XORG_CORE_LIBS) \
config/libdmxconfig.a \
@DMXMODULES_LIBS@
-Xdmx_CFLAGS = -DHAVE_DMX_CONFIG_H \
- -DXFree86Server \
+Xdmx_CFLAGS = @SERVER_DEFINES@ \
+ -DHAVE_DMX_CONFIG_H \
$(GLX_INCS) \
@DMXMODULES_CFLAGS@