summaryrefslogtreecommitdiff
path: root/loaders
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2014-09-22 07:42:22 -0700
committerGarrett Regier <garrettregier@gmail.com>2014-09-22 07:42:22 -0700
commitcbf7297b5bd27e8c46d082d40972658b61d42a3a (patch)
tree87097ef393f82469d91929a35d7156cfcf9311d4 /loaders
parentfb2140fcb2d250fd2d2fc67faee96b94b0d25c32 (diff)
downloadlibpeas-cbf7297b5bd27e8c46d082d40972658b61d42a3a.tar.gz
Dist the GResources XML of the Python plugin loaders
Otherwise we fail to build from a tarball
Diffstat (limited to 'loaders')
-rw-r--r--loaders/python/Makefile.am5
-rw-r--r--loaders/python3/Makefile.am5
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)