summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 @@
1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 1ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include 2SUBDIRS = src include tools
4
5DISTCHECK_CONFIGURE_FLAGS =
6 3
7pkgconfigdir = $(libdir)/pkgconfig 4pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = libirecovery.pc 5pkgconfig_DATA = libirecovery.pc \ No newline at end of file
9
10indent:
11 indent -kr -ut -ts4 -l120 src/*.c src/*.h
12