-rw-r--r-- | kingate.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kingate.pc.in b/kingate.pc.in new file mode 100644 index 0000000..671faac --- a/dev/null +++ b/kingate.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: kingate | ||
7 | Description: C++ CGI support library | ||
8 | Version: @VERSION@ | ||
9 | Requires: konforka | ||
10 | Libs: -L${libdir} -lkingate | ||
11 | Cflags: -I${includedir} | ||