diff options
author | Jonathan Beck | 2008-12-13 13:56:55 +0100 |
---|---|---|
committer | Jonathan Beck | 2008-12-13 13:56:55 +0100 |
commit | e220e2cf08809a6a8853a8c9c7b06cef4e90cb57 (patch) | |
tree | 51472b19b56c5816fc050fcac6273a5931f9f4f6 /configure.ac | |
parent | 3fdd24aea06a9bf38d9d34fb8bccbb7023ed3100 (diff) | |
download | libplist-e220e2cf08809a6a8853a8c9c7b06cef4e90cb57.tar.gz libplist-e220e2cf08809a6a8853a8c9c7b06cef4e90cb57.tar.bz2 |
Add plutil and do some cleaning.
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 a665182..aa3a2e2 100644 --- a/configure.ac +++ b/configure.ac @@ -44,4 +44,4 @@ if test "$no_debug_code" = true; then AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) fi -AC_OUTPUT(Makefile src/Makefile include/Makefile libplist-1.0.pc) +AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile libplist-1.0.pc) |