summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-28 10:58:50 +0200
committerGravatar Martin Szulecki2009-07-28 10:58:50 +0200
commite169cf993dbf7515cad3da03993a4d224d6cf181 (patch)
tree6aca7a4e59779232d9b50bd06ce25abf4ec1f294 /configure.ac
parentc443a1fbc2fe5e9858015193628ef66623535766 (diff)
downloadlibimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.gz
libimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.bz2
Move production ready tools into tools/ and do not install the dev/ ones
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)