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 /miext | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'miext')
-rw-r--r-- | miext/cw/Makefile.am | 2 | ||||
-rw-r--r-- | miext/damage/Makefile.am | 2 | ||||
-rw-r--r-- | miext/layer/Makefile.am | 2 | ||||
-rw-r--r-- | miext/shadow/Makefile.am | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/miext/cw/Makefile.am b/miext/cw/Makefile.am index cb5bc8c8a..9380ae8f2 100644 --- a/miext/cw/Makefile.am +++ b/miext/cw/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = libcw.la +AM_CFLAGS = $(DIX_CFLAGS) + libcw_la_SOURCES = \ cw.c \ cw_ops.c \ diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am index 7c0a3cd64..1fe137fc3 100644 --- a/miext/damage/Makefile.am +++ b/miext/damage/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = libdamage.la +AM_CFLAGS = $(DIX_CFLAGS) + libdamage_la_SOURCES = \ damage.c \ damage.h \ diff --git a/miext/layer/Makefile.am b/miext/layer/Makefile.am index cc4da4d88..fdb4f50c5 100644 --- a/miext/layer/Makefile.am +++ b/miext/layer/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = liblayer.la +AM_CFLAGS = $(DIX_CFLAGS) + liblayer_la_SOURCES = \ layer.h \ layergc.c \ diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am index 2c396ddfe..1351bc702 100644 --- a/miext/shadow/Makefile.am +++ b/miext/shadow/Makefile.am @@ -1,5 +1,7 @@ module_LTLIBRARIES = libshadow.la +AM_CFLAGS = $(DIX_CFLAGS) + sdk_HEADERS = shadow.h libshadow_la_SOURCES = \ |