summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-10 21:14:07 +0100
committerGravatar Martin Szulecki2013-02-10 21:14:07 +0100
commit1ba437876afd9d9db53d5c2232e733fc36502020 (patch)
treef9758842e0e6a21b1b445d1dd21ac3b7d4e33242
parentf4ab86974ecafc3e8637710d9fb4922fcb05d76d (diff)
downloadlibvformat-1ba437876afd9d9db53d5c2232e733fc36502020.tar.gz
libvformat-1ba437876afd9d9db53d5c2232e733fc36502020.tar.bz2
Fix wrong library name for linker flag in pkg-config file
-rw-r--r--libvformat-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvformat-1.0.pc.in b/libvformat-1.0.pc.in
index 60a4db9..23fce07 100644
--- a/libvformat-1.0.pc.in
+++ b/libvformat-1.0.pc.in
@@ -7,6 +7,6 @@ Name: libvformat
Description: A small, portable library for accessing vformat objects eg VCARD.
Version: @VERSION@
Requires:
-Libs: -L${libdir} -llibvformat
+Libs: -L${libdir} -lvformat
Cflags: -I${includedir}