From f3fbc63705650ede6b04ab217eacb5302e8c325e Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sun, 25 Dec 2011 23:09:14 +0000 Subject: Installed the plugin for APK files. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@217 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a --- ChangeLog | 13 +++++++++++++ configure.ac | 2 ++ plugins/Makefile.am | 2 +- plugins/python/Makefile.am | 2 ++ plugins/python/apkfiles/Makefile.am | 6 ++++++ 5 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 plugins/python/Makefile.am create mode 100644 plugins/python/apkfiles/Makefile.am diff --git a/ChangeLog b/ChangeLog index 0799cf7..c99c979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +11-12-26 Cyrille Bagard + + * configure.ac: + Add the new Makefiles from the 'plugins/python' and 'plugins/python/apkfiles' + directories to AC_CONFIG_FILES. + + * plugins/Makefile.am: + Add python to SUBDIRS. + + * plugins/python/apkfiles/Makefile.am: + * plugins/python/Makefile.am: + New entries: install the plugin for APK files. + 11-12-23 Cyrille Bagard * configure.ac: diff --git a/configure.ac b/configure.ac index f3679d6..549680a 100644 --- a/configure.ac +++ b/configure.ac @@ -241,6 +241,8 @@ AC_CONFIG_FILES([Makefile plugins/pyoida/analysis/Makefile plugins/pyoida/arch/Makefile plugins/pyoida/format/Makefile + plugins/python/Makefile + plugins/python/apkfiles/Makefile plugins/stackvars/Makefile plugins/theseus/Makefile src/Makefile 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 -- cgit v0.11.2-87-g4458