diff options
| author | 2015-01-28 01:32:54 +0100 | |
|---|---|---|
| committer | 2015-01-28 01:32:54 +0100 | |
| commit | 64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5 (patch) | |
| tree | 79beea61702d5ee22ada725a7f76327dd19801cf /Makefile.am | |
| parent | bf3223b972d60a82f394e8a2482f1b75c6caf0e4 (diff) | |
| download | libimobiledevice-64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5.tar.gz libimobiledevice-64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5.tar.bz2 | |
Remove dev tools which are not installed and unmaintained anyways
Some might return as proper tools or be used as examples within the website
documentation sooner or later.
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 | ||
