summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-01-23 15:13:25 +0100
committerGaël Bonithon <gael@xfce.org>2021-01-23 15:13:25 +0100
commitf71d0af2ff8bb211c5ff76d3558c4c46488c9829 (patch)
tree7ce4d33083f958d521445396770c5d8392346209 /thunarx
parentfb5fe372dd6d0efbc612364133a5643e72d0547d (diff)
downloadthunar-f71d0af2ff8bb211c5ff76d3558c4c46488c9829.tar.gz
Fix GObject introspection warnings
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/thunarx/Makefile.am b/thunarx/Makefile.am
index 640d1fba..234c8b10 100644
--- a/thunarx/Makefile.am
+++ b/thunarx/Makefile.am
@@ -115,11 +115,13 @@ INTROSPECTION_COMPILER_ARGS = \
--includedir=.
if HAVE_INTROSPECTION
+introspection_sources = $(filter-out %private.h %private.c, $(libthunarx_3_la_SOURCES))
+
Thunarx-3.0.gir: libthunarx-3.la
Thunarx_3_0_gir_INCLUDES = GObject-2.0 Gtk-3.0
Thunarx_3_0_gir_CFLAGS = $(INCLUDES)
Thunarx_3_0_gir_LIBS = libthunarx-3.la
-Thunarx_3_0_gir_FILES = $(libthunarx_3_la_SOURCES)
+Thunarx_3_0_gir_FILES = $(introspection_sources)
INTROSPECTION_GIRS += Thunarx-3.0.gir
girdir = $(datadir)/gir-1.0/