diff options
Diffstat (limited to 'libplist-1.0.pc.in')
-rw-r--r-- | libplist-1.0.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
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} - |