summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-03-24 10:01:25 -0700
committerGravatar Matt Colyer2009-03-24 10:01:25 -0700
commit0114d8da493e69f14bc2669ae0ec6b9813b237cf (patch)
tree08ecfcb23f61ffa4b1066da4c4a2367672ab31d1 /configure.ac
parent127a5934b593ea7fd34b16477e6dd5619101bcb9 (diff)
downloadlibimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.gz
libimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.bz2
Added support for forcing the iPhone into configuration 3 through udev to allow automounting support.
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 7c31e2a..2cabe29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,4 +86,4 @@ if test "$enable_largefile" != no; then
fi
AC_SUBST(LFS_CFLAGS)
-AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile libiphone-1.0.pc)
+AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile udev/Makefile dev/Makefile libiphone-1.0.pc)