diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:41:09 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-04 17:41:09 -0800 |
commit | 7ffbe9d232e3a4621a204448d67e434736465cbe (patch) | |
tree | f68160de52679f70092c898c89278ae3f291bfda /hw/vfb | |
parent | 2db62bce0725ba2d88cbe40fc440b6bda45046f3 (diff) |
Add DIX_CFLAGS to hw/vfb/Makefile.am
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index baab5ca22..2a0151f57 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -21,8 +21,8 @@ Xvfb_LDFLAGS = AM_CFLAGS = -DHAVE_DIX_CONFIG_H \ -DNO_HW_ONLY_EXTS \ -DNO_MODULE_EXTS \ - \ - $(XVFBMODULES_CFLAGS) + $(XVFBMODULES_CFLAGS) \ + $(DIX_CFLAGS) # Man page include $(top_srcdir)/cpprules.in |