diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-06 15:20:55 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-06 15:20:55 +0200 |
commit | 8356be492c6b46abdffa08b13836571ed872e16f (patch) | |
tree | 05587cb2716482bcd911e4a82d04a89136902289 /hw/xnest | |
parent | f6ce0839ba5b73247097826d28f7388fe248ec0c (diff) |
Make sure _XSERVER64 is defined when it should be and gets tested.
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Makefile.am b/hw/xnest/Makefile.am index b237788bc..d40d122f4 100644 --- a/hw/xnest/Makefile.am +++ b/hw/xnest/Makefile.am @@ -51,7 +51,7 @@ Xnest_LDFLAGS = AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \ -DNO_HW_ONLY_EXTS \ - \ + $(DIX_CFLAGS) \ $(XNESTMODULES_CFLAGS) EXTRA_DIST = os2Stub.c \ |