summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-01-24 18:08:09 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-01-24 18:27:37 +0100
commit560bf62368f3bbc71f43b3e94cd2150877aa6c44 (patch)
tree14cf7d58d4eccafdeda8319ef11c30acefe28800 /Makefile.am
parente31c22f75d5229d5a9711de4c560be36c164d4bf (diff)
downloadmsitools-560bf62368f3bbc71f43b3e94cd2150877aa6c44.tar.gz
msitools-560bf62368f3bbc71f43b3e94cd2150877aa6c44.tar.xz
msitools-560bf62368f3bbc71f43b3e94cd2150877aa6c44.zip
libmsi: fix out-of-tree build
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)"\" \