From d089bc54e88d7fa70be9f0c228403c6d02248b52 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 28 Jul 2009 10:58:50 +0200 Subject: Move production ready tools into tools/ and do not install the dev/ ones --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2acc6be..d6b27f4 100644 --- a/configure.ac +++ b/configure.ac @@ -100,4 +100,4 @@ if test "$enable_largefile" != no; then fi AC_SUBST(LFS_CFLAGS) -AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile swig/Makefile libiphone-1.0.pc) +AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile tools/Makefile swig/Makefile libiphone-1.0.pc) -- cgit v1.1-32-gdbae