summaryrefslogtreecommitdiff
path: root/subversion/libsvn_delta/libsvn_delta.pc.in
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2015-10-12 08:54:49 +0000
committerPeter Wemm <peter@FreeBSD.org>2015-10-12 08:54:49 +0000
commitdc5d469d6574e9fb03bdd793658bb371315b306a (patch)
tree013c2e6845398e5a9ca4901dcc077769c7520e1d /subversion/libsvn_delta/libsvn_delta.pc.in
parent58218291fa73a17020ef0447398e9e8a78f9e8c7 (diff)
downloadsrc-test2-dc5d469d6574e9fb03bdd793658bb371315b306a.tar.gz
src-test2-dc5d469d6574e9fb03bdd793658bb371315b306a.zip
Notes
Diffstat (limited to 'subversion/libsvn_delta/libsvn_delta.pc.in')
-rw-r--r--subversion/libsvn_delta/libsvn_delta.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/subversion/libsvn_delta/libsvn_delta.pc.in b/subversion/libsvn_delta/libsvn_delta.pc.in
new file mode 100644
index 000000000000..b96e6ab3c282
--- /dev/null
+++ b/subversion/libsvn_delta/libsvn_delta.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libsvn_delta
+Description: Subversion Delta Library
+Version: @PACKAGE_VERSION@
+Requires: apr-util-@SVN_APR_MAJOR_VERSION@ apr-@SVN_APR_MAJOR_VERSION@
+Requires.private: libsvn_subr
+Libs: -L${libdir} -lsvn_delta @SVN_ZLIB_LIBS@
+Cflags: -I${includedir}