From 9099c5d9e28ca6348fc1b0431f47e2592649ae84 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 09:45:58 +0200 Subject: Move irecovery to new tools directory --- Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3c8e304..69bb74a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,5 @@ -AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include - -DISTCHECK_CONFIGURE_FLAGS = +SUBDIRS = src include tools pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libirecovery.pc - -indent: - indent -kr -ut -ts4 -l120 src/*.c src/*.h - +pkgconfig_DATA = libirecovery.pc \ No newline at end of file -- cgit v1.1-32-gdbae