From 64b1b1aa1eb53e47e3826f08f0cdc29d43a972b5 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 28 Jan 2015 01:32:54 +0100 Subject: 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. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c2644e4..fdd273f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = common src include $(CYTHON_SUB) $(DEV_SUB) tools docs - -DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools +SUBDIRS = common src include $(CYTHON_SUB) tools docs pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libimobiledevice-1.0.pc @@ -16,5 +14,5 @@ docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/* docs: doxygen.cfg docs/html indent: - indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c + indent -kr -ut -ts4 -l120 src/*.c src/*.h -- cgit v1.1-32-gdbae