summaryrefslogtreecommitdiff
path: root/apr.pc.in
blob: 39db911ed51e7f54bc8f67fd49488590008124ac (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
libdir=@libdir@
APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
includedir=@includedir@

Name: APR
Description: The Apache Portable Runtime library
Version: @APR_DOTTED_VERSION@
Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
Cflags: @EXTRA_CFLAGS@ -I${includedir}