Add DIX_CFLAGS to hw/vfb/Makefile.am

This commit is contained in:
Keith Packard 2006-11-04 17:41:09 -08:00
parent 2db62bce07
commit 7ffbe9d232

View File

@ -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