summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3c8e304
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,12 @@
1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include
4
5DISTCHECK_CONFIGURE_FLAGS =
6
7pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = libirecovery.pc
9
10indent:
11 indent -kr -ut -ts4 -l120 src/*.c src/*.h
12