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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +11-12-26 Cyrille Bagard <nocbos@gmail.com> + + * 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 <nocbos@gmail.com> * configure.ac: |