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 /mfb | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'mfb')
-rw-r--r-- | mfb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mfb/Makefile.am b/mfb/Makefile.am index b023446d2..95bdabb57 100644 --- a/mfb/Makefile.am +++ b/mfb/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = libmfb.la +AM_CFLAGS = $(DIX_CFLAGS) + libmfb_gen_sources = mfbseg.c mfbpgbwht.c mfbpgbblak.c mfbpgbinv.c mfbigbwht.c \ mfbigbblak.c mfbpawhite.c mfbpablack.c mfbpainv.c mfbtewhite.c \ mfbteblack.c mfbbltC.c mfbbltX.c mfbbltCI.c mfbbltO.c mfbbltG.c \ |