summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-26 09:45:58 +0200
committerGravatar Martin Szulecki2013-09-26 09:45:58 +0200
commit9099c5d9e28ca6348fc1b0431f47e2592649ae84 (patch)
tree3793c93f6f81061f78c3a78921d9c47c950c41c1 /Makefile.am
parente8aef4a02bb11d38dafd20108e86ab543f0987f6 (diff)
downloadlibirecovery-9099c5d9e28ca6348fc1b0431f47e2592649ae84.tar.gz
libirecovery-9099c5d9e28ca6348fc1b0431f47e2592649ae84.tar.bz2
Move irecovery to new tools directory
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 2 insertions, 9 deletions
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