From 1ba437876afd9d9db53d5c2232e733fc36502020 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 21:14:07 +0100 Subject: Fix wrong library name for linker flag in pkg-config file --- libvformat-1.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.1-32-gdbae