From f4ab86974ecafc3e8637710d9fb4922fcb05d76d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 21:05:54 +0100 Subject: Add pkg-config support --- libvformat-1.0.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libvformat-1.0.pc.in (limited to 'libvformat-1.0.pc.in') diff --git a/libvformat-1.0.pc.in b/libvformat-1.0.pc.in new file mode 100644 index 0000000..60a4db9 --- /dev/null +++ b/libvformat-1.0.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libvformat +Description: A small, portable library for accessing vformat objects eg VCARD. +Version: @VERSION@ +Requires: +Libs: -L${libdir} -llibvformat +Cflags: -I${includedir} + -- cgit v1.1-32-gdbae