summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-05-13 12:26:00 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-05-13 12:27:02 +0200
commit22eaffba59798eae4349e401064a96e5a7143fc3 (patch)
tree807df4c7c3499abc2dce668f496b1ad692d0a57b /modules
parent42f8b4b48b5170a82a2b12ed654f604a6a62f480 (diff)
downloadgtk+-22eaffba59798eae4349e401064a96e5a7143fc3.tar.gz
Inspector: Fix make dist
Diffstat (limited to 'modules')
-rw-r--r--modules/inspector/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/inspector/Makefile.am b/modules/inspector/Makefile.am
index 30b7495383..07b672b359 100644
--- a/modules/inspector/Makefile.am
+++ b/modules/inspector/Makefile.am
@@ -94,7 +94,9 @@ distclean-local:
rm -f $(template_headers); \
fi
-EXTRA_DIST=
- $(resource_files)
+EXTRA_DIST = \
+ inspector.gresource.xml \
+ $(resource_files) \
+ $(templates)
-include $(top_srcdir)/git.mk