summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid.pc.in
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-12-17 16:53:16 +0000
committerAlan Conway <aconway@apache.org>2013-12-17 16:53:16 +0000
commita71ccf9988f88111fb06fb095fa951bebba4c577 (patch)
tree0b445851d10ab94e265d1ee95b703f414fd8a203 /qpid/cpp/src/qpid.pc.in
parent884548a3cc540813990937edf1532887e4d23cab (diff)
downloadqpid-python-a71ccf9988f88111fb06fb095fa951bebba4c577.tar.gz
QPID-5255: Add missing licenses in qpid/cpp tree.
Added licenses to: qpid/cpp/src/qmf2.pc.in qpid/cpp/src/qpid.linkmap qpid/cpp/src/qpid.pc.in git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid.pc.in')
-rw-r--r--qpid/cpp/src/qpid.pc.in23
1 files changed, 21 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid.pc.in b/qpid/cpp/src/qpid.pc.in
index 626b1ba9c0..c44a157347 100644
--- a/qpid/cpp/src/qpid.pc.in
+++ b/qpid/cpp/src/qpid.pc.in
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
@@ -7,5 +26,5 @@ Name: qpid
Version: @VERSION@
Description: Qpid C++ client library
Requires:
-Libs: -L${libdir} -lqpidmessaging -lqpidtypes @LIBS@
-Cflags: -I${includedir}
+Libs: -L@libdir@ -lqpidmessaging -lqpidtypes @LIBS@
+Cflags: -I@includedir@