diff options
author | Patrick Walton | 2008-10-19 01:21:42 -0700 |
---|---|---|
committer | Jonathan Beck | 2008-10-25 14:48:06 +0200 |
commit | 37fff2713545f7d660097842acfeb67e6eb5026c (patch) | |
tree | 515e1dee12fa7f79482c793e2b945942d9a00c30 /configure.ac | |
parent | 76816c9fa6cd80fd7050977607403f6f8bbf0eba (diff) | |
download | libplist-37fff2713545f7d660097842acfeb67e6eb5026c.tar.gz libplist-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 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) |