From 54d66f93f145ba662278ab8a76ac016fce5b2b2a Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 14 Jan 2013 18:29:30 +0100 Subject: wixl: include global wix directory by default --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6ba0a49..b632dc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ wixl_CPPFLAGS = \ $(WIXL_CFLAGS) \ -DG_LOG_DOMAIN=\""wixl"\" \ -DLOCALEDIR=\""$(localedir)"\" \ - -DPKGDATADIR=\""$(pkgdatadir)"\" \ + -DPKGDATADIR=\""$(datadir)/wixl-0.1/"\" \ -DPKGLIBDIR=\""$(pkglibdir)"\" \ $(NULL) -- cgit