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/xnest | |
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/xnest')
-rw-r--r-- | hw/xnest/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xnest/Makefile.am b/hw/xnest/Makefile.am index 4b037b5ce..0fb415be5 100644 --- a/hw/xnest/Makefile.am +++ b/hw/xnest/Makefile.am @@ -52,6 +52,7 @@ Xnest_LDFLAGS = AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \ -DNO_HW_ONLY_EXTS \ + -DXFree86Server \ $(XNESTMODULES_CFLAGS) EXTRA_DIST = os2Stub.c |