summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Patrick Walton2008-10-19 01:21:42 -0700
committerGravatar Jonathan Beck2008-10-25 14:48:06 +0200
commit37fff2713545f7d660097842acfeb67e6eb5026c (patch)
tree515e1dee12fa7f79482c793e2b945942d9a00c30 /configure.ac
parent76816c9fa6cd80fd7050977607403f6f8bbf0eba (diff)
downloadlibimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.gz
libimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.bz2
Draft HAL
Fix fdi file
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 bfb0378..7fc417c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,4 +38,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
-AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc)
+AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile libiphone-1.0.pc)