[Xfce4-commits] [xfce/thunar] 01/02: Fix introspection scan during distcheck

noreply at xfce.org noreply at xfce.org
Sat Nov 25 22:42:33 CET 2017


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 3b9c440661ff4fea4183b7243dbeaea470658d0d
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Nov 25 18:20:56 2017 -0300

    Fix introspection scan during distcheck
---
 Makefile.am         |  3 ++-
 thunarx/Makefile.am | 12 ++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index d128928..f697f3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,7 +103,8 @@ EXTRA_DIST =								\
 	$(desktop_in_in_files)						\
 	$(service_in_files)						\
 	$(appdata_in_files)						\
-	$(polkit_in_in_files)
+	$(polkit_in_in_files)					\
+	m4/introspection.m4
 
 CLEANFILES		= $(appdata_DATA)
 
diff --git a/thunarx/Makefile.am b/thunarx/Makefile.am
index 0a0aca3..be5ff4e 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list