diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
commit | 826a6f029faeabaa783a93dfdccca846f9326b58 (patch) | |
tree | c5169841e864ee7059997d9d6735f0d72b19b1d4 /cfb16 | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'cfb16')
-rw-r--r-- | cfb16/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfb16/Makefile.am b/cfb16/Makefile.am index 3f194273d..23d42dfb4 100644 --- a/cfb16/Makefile.am +++ b/cfb16/Makefile.am @@ -6,4 +6,4 @@ libcfb16_la_SOURCES = $(libcfb_common_sources) $(libcfb_gen_sources) INCLUDES = $(CFB_INCLUDES) -AM_CFLAGS = -DPSZ=16 +AM_CFLAGS = -DPSZ=16 $(DIX_CFLAGS) |