summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-02 06:35:03 +0000
committerKevin E Martin <kem@kem.org>2005-07-02 06:35:03 +0000
commitc2beccd24b7204c862ca0b80a7583db6db14d498 (patch)
tree59699cf5f8e556fc03b7aa5305decbb3dc28d424
parent9fbfd99ce6d70845d79bd2968bcca93d9147c6e4 (diff)
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e384d3..a77bd4f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ libXevie_la_LIBADD = $(XEVIE_LIBS)
libXevie_la_CFLAGS = $(XEVIE_CFLAGS)
-INCLUDES = -I$(top_srcdir)/include/X11/extensions
+INCLUDES = -I$(top_srcdir)/include
#
# Library version info. Check the libtool docs for