14 lines
414 B
PkgConfig
14 lines
414 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VERSION@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: APR Utils
|
||
|
Description: Companion library for APR
|
||
|
Version: @APRUTIL_DOTTED_VERSION@
|
||
|
# assume that apr-util requires libapr of same major version
|
||
|
Requires: apr-@APRUTIL_MAJOR_VERSION@
|
||
|
Libs: -L${libdir} -l@APRUTIL_LIBNAME@ @LDADD_ldap@ @APRUTIL_EXPORT_LIBS@
|
||
|
Cflags: -I${includedir}
|