14 lines
318 B
PkgConfig
14 lines
318 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: QSEHTTP Library
|
|
Description: QSEHTTP Library
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lqsehttp
|
|
# TODO: Produce Requres: using the autoconf settings
|
|
Requires: qsecmn qsesi
|
|
Requires.private: openssl
|