diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2011-12-25 23:09:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2011-12-25 23:09:14 (GMT) |
commit | f3fbc63705650ede6b04ab217eacb5302e8c325e (patch) | |
tree | c015d1a3c8129ce49176e8ed00f41c7e9f34de65 /plugins | |
parent | 55c034aa3d975320dbaa7e643e68289732386eec (diff) |
Installed the plugin for APK files.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@217 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/python/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/python/apkfiles/Makefile.am | 6 |
3 files changed, 9 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d3111b7..b107964 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = dexresolver pyoida stackvars theseus +SUBDIRS = dexresolver pyoida python stackvars theseus diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am new file mode 100644 index 0000000..efbb704 --- /dev/null +++ b/plugins/python/Makefile.am @@ -0,0 +1,2 @@ + +SUBDIRS = apkfiles diff --git a/plugins/python/apkfiles/Makefile.am b/plugins/python/apkfiles/Makefile.am new file mode 100644 index 0000000..931e0e8 --- /dev/null +++ b/plugins/python/apkfiles/Makefile.am @@ -0,0 +1,6 @@ + +apkfilesdir = $(datadir)/openida/plugins/python/apkfiles + +apkfiles_DATA = \ + __init__.py \ + apkfiles.py |