From ecfe5f4ece77491d764d570aad02fd422da5338c Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 29 Jan 2009 18:46:22 +0100 Subject: Rename pkgconfig from libplist-1.0 to libplist. --- Makefile.am | 2 +- configure.ac | 2 +- libplist-1.0.pc.in | 12 ------------ libplist.pc.in | 12 ++++++++++++ 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 libplist-1.0.pc.in create mode 100644 libplist.pc.in diff --git a/Makefile.am b/Makefile.am index fdb496d..830abe2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src include plutil swig pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libplist-1.0.pc +pkgconfig_DATA = libplist.pc doc: doxygen doxygen.cfg diff --git a/configure.ac b/configure.ac index fb8a484..7c9cbab 100644 --- a/configure.ac +++ b/configure.ac @@ -53,4 +53,4 @@ fi AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter") AC_SUBST(GLOBAL_CFLAGS) -AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist-1.0.pc) +AC_OUTPUT(Makefile src/Makefile include/Makefile plutil/Makefile swig/Makefile libplist.pc) diff --git a/libplist-1.0.pc.in b/libplist-1.0.pc.in deleted file mode 100644 index 34110e3..0000000 --- a/libplist-1.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libplist -Description: A library to handle Apple Property Lists whereas they are binary or XML -Version: @VERSION@ -Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 -Libs: -L${libdir} -lplist -Cflags: -I${includedir} - diff --git a/libplist.pc.in b/libplist.pc.in new file mode 100644 index 0000000..34110e3 --- /dev/null +++ b/libplist.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libplist +Description: A library to handle Apple Property Lists whereas they are binary or XML +Version: @VERSION@ +Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 +Libs: -L${libdir} -lplist +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae