diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-05-13 12:26:00 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-05-13 12:27:02 +0200 |
commit | 22eaffba59798eae4349e401064a96e5a7143fc3 (patch) | |
tree | 807df4c7c3499abc2dce668f496b1ad692d0a57b /modules | |
parent | 42f8b4b48b5170a82a2b12ed654f604a6a62f480 (diff) | |
download | gtk+-22eaffba59798eae4349e401064a96e5a7143fc3.tar.gz |
Inspector: Fix make dist
Diffstat (limited to 'modules')
-rw-r--r-- | modules/inspector/Makefile.am | 6 |
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 |