summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-11-25 18:20:56 -0300
committerAndre Miranda <andreldm@xfce.org>2017-11-25 18:20:56 -0300
commit3b9c440661ff4fea4183b7243dbeaea470658d0d (patch)
treec01ecb2f94ef59c8bd318245d2964612ecb87a6b /thunarx
parent10ca12d207e4df449e27c64202719114f6c60283 (diff)
downloadthunar-3b9c440661ff4fea4183b7243dbeaea470658d0d.tar.gz
Fix introspection scan during distcheck
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/thunarx/Makefile.am b/thunarx/Makefile.am
index 0a0aca39..be5ff4e5 100644
--- a/thunarx/Makefile.am
+++ b/thunarx/Makefile.am
@@ -103,8 +103,16 @@ dist-hook: all
#AM_DEFAULT_VERBOSITY = 1
INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) -I.. -DTHUNARX_COMPILATION
-INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
+INTROSPECTION_SCANNER_ARGS = \
+ --add-include-path=$(srcdir) \
+ --add-include-path=$(prefix)/share/gir-1.0 \
+ -I$(srcdir)/.. \
+ --warn-all \
+ -DTHUNARX_COMPILATION
+INTROSPECTION_COMPILER_ARGS = \
+ --includedir=$(srcdir) \
+ --includedir=$(prefix)/share/gir-1.0 \
+ --includedir=.
if HAVE_INTROSPECTION
Thunarx-3.0.gir: libthunarx-3.la