[libpeas] Dist the GResources XML of the Python plugin loaders



commit cbf7297b5bd27e8c46d082d40972658b61d42a3a
Author: Garrett Regier <garrettregier gmail com>
Date:   Mon Sep 22 07:42:22 2014 -0700

    Dist the GResources XML of the Python plugin loaders
    
    Otherwise we fail to build from a tarball

 loaders/python/Makefile.am  |    5 ++++-
 loaders/python3/Makefile.am |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/loaders/python/Makefile.am b/loaders/python/Makefile.am
index 6d869c7..9cbe765 100644
--- a/loaders/python/Makefile.am
+++ b/loaders/python/Makefile.am
@@ -35,7 +35,10 @@ loader_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)
 peas-plugin-loader-python-resources.c: $(srcdir)/peas-plugin-loader-python.gresource.xml 
$(loader_resources_deps)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --internal --target=$@ --sourcedir=$(srcdir) --generate-source 
$(srcdir)/peas-plugin-loader-python.gresource.xml
 
-EXTRA_DIST = $(loader_resources_deps)
+EXTRA_DIST = \
+       peas-plugin-loader-python.gresource.xml         \
+       $(loader_resources_deps)
+
 CLEANFILES = peas-plugin-loader-python-resources.c
 
 gcov_sources = $(libpythonloader_la_SOURCES)
diff --git a/loaders/python3/Makefile.am b/loaders/python3/Makefile.am
index cc0be42..d2b75c9 100644
--- a/loaders/python3/Makefile.am
+++ b/loaders/python3/Makefile.am
@@ -35,7 +35,10 @@ loader_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)
 peas-plugin-loader-python3-resources.c: $(srcdir)/peas-plugin-loader-python3.gresource.xml 
$(loader_resources_deps)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --internal --target=$@ --sourcedir=$(srcdir) --generate-source 
$(srcdir)/peas-plugin-loader-python3.gresource.xml
 
-EXTRA_DIST = $(loader_resources_deps)
+EXTRA_DIST = \
+       peas-plugin-loader-python3.gresource.xml                \
+       $(loader_resources_deps)
+
 CLEANFILES = peas-plugin-loader-python3-resources.c
 
 gcov_sources = $(libpython3loader_la_SOURCES)


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