summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c2644e4..fdd273f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,6 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = common src include $(CYTHON_SUB) $(DEV_SUB) tools docs 3SUBDIRS = common src include $(CYTHON_SUB) tools docs
4
5DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
6 4
7pkgconfigdir = $(libdir)/pkgconfig 5pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = libimobiledevice-1.0.pc 6pkgconfig_DATA = libimobiledevice-1.0.pc
@@ -16,5 +14,5 @@ docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*
16docs: doxygen.cfg docs/html 14docs: doxygen.cfg docs/html
17 15
18indent: 16indent:
19 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c 17 indent -kr -ut -ts4 -l120 src/*.c src/*.h
20 18