diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
commit | 1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (patch) | |
tree | 5c50e152eea144a1d2e6785e84033165c6d2a884 /plugins | |
parent | 252aa6db5c9d34c554f3b970efba5d0b738c2f93 (diff) |
Fixed the creation of distribution tarballs.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/python/apkfiles/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/python/samples/Makefile.am | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 9b5cd17..d0b8fc8 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -4,4 +4,4 @@ if HAVE_PYTHON3_CONFIG endif # androhelpers -SUBDIRS = devdbg libcsem mobicore $(PYTHON3_SUBDIRS) readdex readelf ropgadgets stackvars +SUBDIRS = devdbg libcsem mobicore $(PYTHON3_SUBDIRS) readdex readelf ropgadgets 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) |