added pkg-config file.
This commit is contained in:
22
aqcgi.pc.in
Normal file
22
aqcgi.pc.in
Normal file
@@ -0,0 +1,22 @@
|
||||
# pkg-config configuration for AqCGI
|
||||
# For information about the syntax, see pkg-config(1)
|
||||
|
||||
# General installation directories
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
pkgincludedir=@includedir@/aqcgi
|
||||
datarootdir=@datarootdir@
|
||||
datadir=@datadir@
|
||||
bindir=@bindir@
|
||||
|
||||
# Human-readable name
|
||||
Name: AqCgi
|
||||
# Human-readable description
|
||||
Description: A library for CGI request handling
|
||||
|
||||
Version: @VERSION@
|
||||
Libs: @aqcgi_ldflags@ @aqcgi_libs@
|
||||
Cflags: @aqcgi_includes@ @gwenhywfar_cflags@
|
||||
|
||||
Reference in New Issue
Block a user