From 328b86ad82b57c411fe645bfe0aadb985a4343b8 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 11 Nov 2011 14:56:59 +0000 Subject: 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 --- cpp/src/qmf2.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cpp/src/qmf2.pc.in (limited to 'cpp') 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} -- cgit v1.2.1