summaryrefslogtreecommitdiff
path: root/plugins/python
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-02-14 21:16:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-02-14 21:16:29 (GMT)
commit1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (patch)
tree5c50e152eea144a1d2e6785e84033165c6d2a884 /plugins/python
parent252aa6db5c9d34c554f3b970efba5d0b738c2f93 (diff)
Fixed the creation of distribution tarballs.
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/apkfiles/Makefile.am2
-rw-r--r--plugins/python/samples/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/python/apkfiles/Makefile.am b/plugins/python/apkfiles/Makefile.am
index 931e0e8..dfa27b7 100644
--- a/plugins/python/apkfiles/Makefile.am
+++ b/plugins/python/apkfiles/Makefile.am
@@ -4,3 +4,5 @@ apkfilesdir = $(datadir)/openida/plugins/python/apkfiles
apkfiles_DATA = \
__init__.py \
apkfiles.py
+
+EXTRA_DIST = $(apkfiles_DATA)
diff --git a/plugins/python/samples/Makefile.am b/plugins/python/samples/Makefile.am
index 38ab6c8..1268032 100644
--- a/plugins/python/samples/Makefile.am
+++ b/plugins/python/samples/Makefile.am
@@ -5,3 +5,5 @@ samples_DATA = \
__init__.py \
basic_blocks.py \
demo.py
+
+EXTRA_DIST = $(samples_DATA)