summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2011-11-11 14:56:59 +0000
committerAndrew Stitcher <astitcher@apache.org>2011-11-11 14:56:59 +0000
commit328b86ad82b57c411fe645bfe0aadb985a4343b8 (patch)
treeb039b57e013727ed46ce4b8d9416ce846108d947 /cpp/src
parent5e705946c75da634c5059e6f1bcfd78424791ce5 (diff)
downloadqpid-python-328b86ad82b57c411fe645bfe0aadb985a4343b8.tar.gz
QPID-3607: pkg config for qmf2 library
- Actually add the qmf2.pc.in file this time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200910 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qmf2.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpp/src/qmf2.pc.in b/cpp/src/qmf2.pc.in
new file mode 100644
index 0000000000..cbe01b3ee2
--- /dev/null
+++ b/cpp/src/qmf2.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: qmf2
+Version: @VERSION@
+Description: Qpid Management Framework
+Requires: qpid
+Libs: -L${libdir} -lqmf2 @LIBS@
+Cflags: -I${includedir}