diff options
| author | 2008-10-09 08:54:10 -0700 | |
|---|---|---|
| committer | 2008-10-09 08:54:10 -0700 | |
| commit | b8a485ee5b176c068e212dde3c9c3ffbf9d433f3 (patch) | |
| tree | 5820de91660cae60442f2ff1df605877f0e5822a /configure.ac | |
| parent | 341a1057910dcdc6461c7dd022e52e3d2fe05613 (diff) | |
| download | libimobiledevice-b8a485ee5b176c068e212dde3c9c3ffbf9d433f3.tar.gz libimobiledevice-b8a485ee5b176c068e212dde3c9c3ffbf9d433f3.tar.bz2 | |
Added a pkg-config 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 738846e..bfb0378 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) | 41 | AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc) |
