summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
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