diff options
| author | 2009-01-29 18:46:22 +0100 | |
|---|---|---|
| committer | 2009-01-29 18:46:22 +0100 | |
| commit | ecfe5f4ece77491d764d570aad02fd422da5338c (patch) | |
| tree | 10962adddfb61bf780ca70fac250daef9d890fae /configure.ac | |
| parent | bfd57eb1cf738ed62e17941e855347772ce48ef2 (diff) | |
| download | libplist-ecfe5f4ece77491d764d570aad02fd422da5338c.tar.gz libplist-ecfe5f4ece77491d764d570aad02fd422da5338c.tar.bz2 | |
Rename pkgconfig from libplist-1.0 to libplist.
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 fb8a484..7c9cbab 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -53,4 +53,4 @@ fi | |||
| 53 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") | 53 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") |
| 54 | AC_SUBST(GLOBAL_CFLAGS) | 54 | AC_SUBST(GLOBAL_CFLAGS) |
| 55 | 55 | ||
| 56 | AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist-1.0.pc) | 56 | AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist.pc) |
