summaryrefslogtreecommitdiff
path: root/apr.pc.in
diff options
context:
space:
mode:
authorThom May <thommay@apache.org>2004-05-29 23:16:38 +0000
committerThom May <thommay@apache.org>2004-05-29 23:16:38 +0000
commit575d76346a27d840bd6a52df2287479c6a58a415 (patch)
treee4bf77e12f20a4ea906d613df0245ae7cd6e30a4 /apr.pc.in
parentfce4f23e56a6109db600301a54b87310e587d8f7 (diff)
downloadapr-575d76346a27d840bd6a52df2287479c6a58a415.tar.gz
Add pkg-config APR file.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.pc.in')
-rw-r--r--apr.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/apr.pc.in b/apr.pc.in
new file mode 100644
index 000000000..d3cbe9713
--- /dev/null
+++ b/apr.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+libdir=@libdir@
+datadir=@datadir@
+installbuilddir=@installbuilddir@
+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}