author | Michael Krelin <hacker@klever.net> | 2007-07-23 19:35:25 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-23 19:35:25 (UTC) |
commit | 3a4530372bc95d728dbddbac788f2c1f2d03a030 (patch) (unidiff) | |
tree | 1850ca361a8a051e077f6932261e2a81f34d764d | |
parent | 2c2b71f11d7a55440af1a21828929818754f5ab8 (diff) | |
download | kingate-3a4530372bc95d728dbddbac788f2c1f2d03a030.zip kingate-3a4530372bc95d728dbddbac788f2c1f2d03a030.tar.gz kingate-3a4530372bc95d728dbddbac788f2c1f2d03a030.tar.bz2 |
added missing libs to pkg-config packagepublic/master
-rw-r--r-- | kingate-fcgi.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kingate-fcgi.pc.in b/kingate-fcgi.pc.in index 03e0155..d83c4e5 100644 --- a/kingate-fcgi.pc.in +++ b/kingate-fcgi.pc.in | |||
@@ -7,5 +7,5 @@ Name: kingate-fcgi | |||
7 | Description: FastCGI implementation of kingate interface | 7 | Description: FastCGI implementation of kingate interface |
8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
9 | Requires: kingate = @VERSION@ | 9 | Requires: kingate = @VERSION@ |
10 | Libs: -L${libdir} -lkingate-fcgi | 10 | Libs: -L${libdir} -lkingate-fcgi -lfcgi++ -lfcgi |
11 | Cflags: -I${includedir} | 11 | Cflags: -I${includedir} |