diff options
| author | 2008-10-19 01:21:42 -0700 | |
|---|---|---|
| committer | 2008-10-25 14:48:06 +0200 | |
| commit | 37fff2713545f7d660097842acfeb67e6eb5026c (patch) | |
| tree | 515e1dee12fa7f79482c793e2b945942d9a00c30 /configure.ac | |
| parent | 76816c9fa6cd80fd7050977607403f6f8bbf0eba (diff) | |
| download | libimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.gz libimobiledevice-37fff2713545f7d660097842acfeb67e6eb5026c.tar.bz2 | |
Draft HAL
Fix fdi file
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
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 | |||
| 38 | AC_FUNC_REALLOC | 38 | AC_FUNC_REALLOC |
| 39 | AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) | 39 | AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) |
| 40 | 40 | ||
| 41 | AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc) | 41 | AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile libiphone-1.0.pc) |
