summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f4fd0e..bad7491 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,8 @@ wixl_SOURCES = \
wixl_CPPFLAGS = \
-include config.h \
- -I $(top_srcdir)/include \
+ -Iinclude \
+ -I$(srcdir)/include \
$(WIXL_CFLAGS) \
-DG_LOG_DOMAIN=\""wixl"\" \
-DLOCALEDIR=\""$(localedir)"\" \