• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
5includedir=@includedir@
6
7Name: APR
8Description: The Apache Portable Runtime library
9Version: @APR_DOTTED_VERSION@
10Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@
11Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}
12