summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-16 03:46:01 +0000
committerKevin E Martin <kem@kem.org>2005-07-16 03:46:01 +0000
commit0635acab08bade9bfd9d2abd3ea5a3fe525bc647 (patch)
tree84a9d5bd0408b587cc3ff58b3202a13c092a3199 /hw/dmx
parent92b23ff426936909e1ff5e063b75e5f112b93ca1 (diff)
Add record module building support Change module building to not use
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am
index d53d28624..ecd3383d3 100644
--- a/hw/dmx/Makefile.am
+++ b/hw/dmx/Makefile.am
@@ -49,4 +49,6 @@ Xdmx_LDADD = $(XORG_CORE_LIBS) \
config/libdmxconfig.a \
@DMXMODULES_LIBS@
-Xdmx_CFLAGS = -DHAVE_DMX_CONFIG_H @DMXMODULES_CFLAGS@ -DXFree86Server
+Xdmx_CFLAGS = -DHAVE_DMX_CONFIG_H \
+ -DXFree86Server \
+ @DMXMODULES_CFLAGS@