summaryrefslogtreecommitdiff
path: root/CommonAPI.pc.in
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-01-11 11:23:47 +0100
committerJohannes Schanda <schanda@itestra.de>2013-01-11 11:23:47 +0100
commitd90d2d6c367b25a625ac1275c83268ef34468ac8 (patch)
tree09e594ed863f75c9ba2e6dee43e3ed1b16089ec7 /CommonAPI.pc.in
parent6004ea80c1ddcd8971e422b3e7fb873114854f2e (diff)
downloadgenivi-common-api-runtime-d90d2d6c367b25a625ac1275c83268ef34468ac8.tar.gz
Reorganise to remove redundant folder
Diffstat (limited to 'CommonAPI.pc.in')
-rw-r--r--CommonAPI.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/CommonAPI.pc.in b/CommonAPI.pc.in
new file mode 100644
index 0000000..4b47bcf
--- /dev/null
+++ b/CommonAPI.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+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