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 /plugins | |
parent | 0c92911504f7d267c913fc8d2069cb87139b390b (diff) |
Taken into account that tabulations are not spaces for Makefiles.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |