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 /Xext | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 4 | ||||
-rw-r--r-- | Xext/extmod/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 4ae2a7d36..7d0251229 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -32,7 +32,9 @@ if XEVIE XEVIE_SRCS = xevie.c EVIstruct.h endif -AM_CFLAGS = -I$(srcdir)/extmod +INCLUDES = -I$(srcdir)/extmod + +AM_CFLAGS = $(DIX_CFLAGS) EXTRA_DIST = \ dgaproc.h \ diff --git a/Xext/extmod/Makefile.am b/Xext/extmod/Makefile.am index 3044f0372..4a11295a0 100644 --- a/Xext/extmod/Makefile.am +++ b/Xext/extmod/Makefile.am @@ -1 +1,3 @@ +AM_CFLAGS = $(DIX_CFLAGS) + EXTRA_DIST = modinit.h |