From 7b8eed3f8207fe9b629165f8230e38ee620900ea Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Fri, 29 Jul 2016 00:02:19 +0200
Subject: Taken into account that tabulations are not spaces for Makefiles.

---
 ChangeLog           | 8 ++++++++
 configure.ac        | 1 +
 plugins/Makefile.am | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0ccf59b..a46a4dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
-- 
cgit v0.11.2-87-g4458