forked from Mirrors/freeswitch
3b35430557
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3734 d0543943-73ff-0310-b7d9-9358b9ac24b2
14 lines
401 B
PkgConfig
14 lines
401 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@ @APRUTIL_EXPORT_LIBS@
|
|
Cflags: -I${includedir}
|