Add a minor fix for pkgconfig.

This commit is contained in:
Laurence Withers 2006-07-24 17:13:01 +01:00
commit ea3ffb6a96
3 changed files with 7 additions and 4 deletions

View file

@ -16,5 +16,5 @@ Version: @VERSION@
Requires:
# Compilation information
Libs: -L@LIBDIR@ -l@P@
Libs: -L@LIBDIR@ @PMINUSL@
Cflags: -I@INCLUDEDIR@

View file

@ -16,5 +16,5 @@ Version: @VERSION@
Requires:
# Compilation information
Libs: -L@LIBDIR@ -l@P@
Libs: -L@LIBDIR@ @PMINUSL@
Cflags: -I@INCLUDEDIR@