diff options
Diffstat (limited to 'cfb/Makefile.am')
-rw-r--r-- | cfb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb/Makefile.am b/cfb/Makefile.am index aa3744aed..4e249a7ef 100644 --- a/cfb/Makefile.am +++ b/cfb/Makefile.am @@ -9,7 +9,7 @@ libcfb_la_SOURCES = cfb8bit.c cfbcmap.c cfbteblt8.c cfbglrop8.c cfbpush8.c \ libcfb_la_LIBADD = ../mfb/libmfb.la -AM_CFLAGS = -DPSZ=8 +AM_CFLAGS = -DPSZ=8 $(DIX_CFLAGS) INCLUDES = $(CFB_INCLUDES) |