summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-02 18:59:44 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-02 18:59:44 +0000
commit826a6f029faeabaa783a93dfdccca846f9326b58 (patch)
treec5169841e864ee7059997d9d6735f0d72b19b1d4 /Xext
parente58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff)
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/Makefile.am4
-rw-r--r--Xext/extmod/Makefile.am2
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