diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
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 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = common src include $(CYTHON_SUB) $(DEV_SUB) tools docs | 3 | SUBDIRS = common src include $(CYTHON_SUB) tools docs |
| 4 | |||
| 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | ||
| 6 | 4 | ||
| 7 | pkgconfigdir = $(libdir)/pkgconfig | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 8 | pkgconfig_DATA = libimobiledevice-1.0.pc | 6 | pkgconfig_DATA = libimobiledevice-1.0.pc |
| @@ -16,5 +14,5 @@ docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/* | |||
| 16 | docs: doxygen.cfg docs/html | 14 | docs: doxygen.cfg docs/html |
| 17 | 15 | ||
| 18 | indent: | 16 | indent: |
| 19 | indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c | 17 | indent -kr -ut -ts4 -l120 src/*.c src/*.h |
| 20 | 18 | ||
