diff options
Diffstat (limited to 'cfb32/Makefile.am')
-rw-r--r-- | cfb32/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb32/Makefile.am b/cfb32/Makefile.am index f2f8edda6..9ebc7166e 100644 --- a/cfb32/Makefile.am +++ b/cfb32/Makefile.am @@ -4,6 +4,6 @@ include $(top_srcdir)/cfb/Makefile.am.inc libcfb32_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources) -INCLUDES = $(CFB_INCLUDES) +INCLUDES = $(CFB_INCLUDES) $(DIX_CFLAGS) AM_CFLAGS = -DPSZ=32 |