summaryrefslogtreecommitdiffstats
path: root/libplist.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libplist.pc.in')
-rw-r--r--libplist.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/libplist.pc.in b/libplist.pc.in
deleted file mode 100644
index fc97247..0000000
--- a/libplist.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: @PACKAGE_NAME@
-Description: A library to handle Apple Property Lists whereas they are binary or XML
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lplist
-Cflags: -I${includedir}
-Requires.private: libxml-2.0 >= @LIBXML2_VERSION@