diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | plugins/Makefile.am | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +16-07-29 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Typo. + + * plugins/Makefile.am: + Take into account that tabulations are not spaces for Makefiles. + 16-07-28 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/content.c: diff --git a/configure.ac b/configure.ac index f856168..d8d74df 100644 --- a/configure.ac +++ b/configure.ac @@ -271,6 +271,7 @@ else fi + #--- Checks for pygobject-3.0 PKG_CHECK_MODULES(LIBPYGOBJECT,pygobject-3.0 >= 3.12.1,[libpygobject_found=yes],[libpygobject_found=no]) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e3692c8..0500b07 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,6 +1,6 @@ if HAVE_PYTHON3_CONFIG - PYTHON3_SUBDIRS = pychrysa python + PYTHON3_SUBDIRS = pychrysa python endif SUBDIRS = androhelpers devdbg libcsem mobicore $(PYTHON3_SUBDIRS) readdex readelf ropgadgets stackvars |