summaryrefslogtreecommitdiff
path: root/loaders/python
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/python
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/python')
-rw-r--r--loaders/python/Makefile.am5
1 files changed, 4 insertions, 1 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)