summaryrefslogtreecommitdiff
path: root/CommonAPI.pc.in
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-10-23 17:33:41 +0200
committerJohannes Schanda <schanda@itestra.de>2013-10-23 17:33:41 +0200
commit3fa9c2af5733657c1c3bf48a0a2d38525c16f6ed (patch)
tree1031d540e1f361ca748854bfae7d2044715f6ba8 /CommonAPI.pc.in
parent8342f06f7cb59c2436e0e052cdada3d4051cb266 (diff)
downloadgenivi-common-api-runtime-3fa9c2af5733657c1c3bf48a0a2d38525c16f6ed.tar.gz
Fix include dir to be only major.minor version
Diffstat (limited to 'CommonAPI.pc.in')
-rw-r--r--CommonAPI.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonAPI.pc.in b/CommonAPI.pc.in
index 1c3fe1c..015516b 100644
--- a/CommonAPI.pc.in
+++ b/CommonAPI.pc.in
@@ -7,4 +7,4 @@ Name: Common API C++
Description: GENIVI Common API C++ Library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lCommonAPI
-Cflags: -I${includedir}/CommonAPI-@PACKAGE_VERSION@ \ No newline at end of file
+Cflags: -I${includedir}/CommonAPI-@COMMONAPI_API_HEADER_VERSION@ \ No newline at end of file