-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 | |||
@@ -1,11 +1,11 @@ | |||
1 | prefix=@prefix@ | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | 2 | exec_prefix=@exec_prefix@ |
3 | libdir=@libdir@ | 3 | libdir=@libdir@ |
4 | includedir=@includedir@ | 4 | includedir=@includedir@ |
5 | 5 | ||
6 | Name: kingate-fcgi | 6 | 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} |