diff options
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 4 |
1 files changed, 3 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 \ |