[gtk+] Inspector: Fix make dist



commit 22eaffba59798eae4349e401064a96e5a7143fc3
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue May 13 12:26:00 2014 +0200

    Inspector: Fix make dist

 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 30b7495..07b672b 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]