diff options
author | Martin Szulecki | 2013-02-10 21:14:07 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 21:14:07 +0100 |
commit | 1ba437876afd9d9db53d5c2232e733fc36502020 (patch) | |
tree | f9758842e0e6a21b1b445d1dd21ac3b7d4e33242 | |
parent | f4ab86974ecafc3e8637710d9fb4922fcb05d76d (diff) | |
download | libvformat-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.in | 2 |
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} |