diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-07-28 22:02:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-07-28 22:02:19 (GMT) |
commit | 7b8eed3f8207fe9b629165f8230e38ee620900ea (patch) | |
tree | bd023fb3554db8586f3fe25faa7894bd470621ee | |
parent | 0c92911504f7d267c913fc8d2069cb87139b390b (diff) |
Taken into account that tabulations are not spaces for Makefiles.
-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 |