diff options
author | Patrick Walton | 2008-10-09 08:54:10 -0700 |
---|---|---|
committer | Matt Colyer | 2008-10-09 08:54:10 -0700 |
commit | b8a485ee5b176c068e212dde3c9c3ffbf9d433f3 (patch) | |
tree | 5820de91660cae60442f2ff1df605877f0e5822a /configure.ac | |
parent | 341a1057910dcdc6461c7dd022e52e3d2fe05613 (diff) | |
download | libplist-b8a485ee5b176c068e212dde3c9c3ffbf9d433f3.tar.gz libplist-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 AC_FUNC_REALLOC AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) -AC_OUTPUT(Makefile src/Makefile include/Makefile) +AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc) |