diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-11 14:56:59 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-11 14:56:59 +0000 |
| commit | 18691aa1cc5d782a6bed34c6979e21e52adc268c (patch) | |
| tree | 43f1cfb470281d2a40e2d8bdc8841d629c6ec6ec /qpid/cpp/src | |
| parent | 005327b66453557fb5789eab85c33ed05bef96c3 (diff) | |
| download | qpid-python-18691aa1cc5d782a6bed34c6979e21e52adc268c.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@1200910 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qmf2.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmf2.pc.in b/qpid/cpp/src/qmf2.pc.in new file mode 100644 index 0000000000..cbe01b3ee2 --- /dev/null +++ b/qpid/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} |
