blob: deb8e9d8800ddf70b66773881db0237b0eab8341 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: kingate-plaincgi
Description: plain cgi implementation of kingate interface
Version: @VERSION@
Requires: kingate = @VERSION@
Libs: -L${libdir} -lkingate-plaincgi
Cflags: -I${includedir}
|