summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorGuy Sagnes <guy.sagnes@continental-corporation.com>2014-02-25 10:32:29 +0100
committerRalf Anton Beier <ralf.anton.beier@continental-corporation.com>2014-02-25 11:33:41 +0100
commit880e7ffe185e5b410ee6183c4ce355a8a204ab28 (patch)
tree9c18d6aecfaf69a6753b4c2f251583cfe9f3722e /pkgconfig
parent94b07e2221c3333a5a54f689eca4249667892f74 (diff)
downloadpersistence-common-object-880e7ffe185e5b410ee6183c4ce355a8a204ab28.tar.gz
Added version 1.0.1
12.12.2013 * add missing licenses information / update after review feedback 20131212 - J.Kowalski 03.12.2013 * Persistence Common Object - OIP BL 0.9.130 08.08.2013 * Add instrumentation for debug purposes (low level db access) 18.06.2013 * persistence-common version 1.0.1 - Add makefile to allow creation of auto-generated code - Default error handler causes the termination of the calling process - de-central build of the common part 02.05.2013 * initial version of the common persistence libraries Change-Id: I6ac6b7f1fe453537835ac32f664c04d537d732db Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/libperscommon.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig/libperscommon.pc.in b/pkgconfig/libperscommon.pc.in
new file mode 100644
index 0000000..907eb3e
--- /dev/null
+++ b/pkgconfig/libperscommon.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libperscommon
+Description: library that specifies the organization of Genivi's persistence data and provides access to the resource configuration table and to the local and shared data bases
+Version: @VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lpers_common
+Libs.private: @LIBS@