diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-16 03:46:01 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-16 03:46:01 +0000 |
commit | 0635acab08bade9bfd9d2abd3ea5a3fe525bc647 (patch) | |
tree | 84a9d5bd0408b587cc3ff58b3202a13c092a3199 /hw/vfb | |
parent | 92b23ff426936909e1ff5e063b75e5f112b93ca1 (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/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 2ea5309fd..2dc8670c6 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -20,4 +20,5 @@ Xvfb_LDFLAGS = AM_CFLAGS = -DHAVE_DIX_CONFIG_H \ -DNO_HW_ONLY_EXTS \ -DNO_MODULE_EXTS \ + -DXFree86Server \ $(XVFBMODULES_CFLAGS) |