summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-28 01:32:54 +0100
committerGravatar Martin Szulecki2015-01-28 01:32:54 +0100
commit64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5 (patch)
tree79beea61702d5ee22ada725a7f76327dd19801cf /Makefile.am
parentbf3223b972d60a82f394e8a2482f1b75c6caf0e4 (diff)
downloadlibimobiledevice-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.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