diff options
author | Petrica Manoila <petrica.manoila@continental-corporation.com> | 2014-09-16 17:26:27 +0200 |
---|---|---|
committer | Petrica Manoila <petrica.manoila@continental-corporation.com> | 2014-09-16 17:28:05 +0200 |
commit | 538a645c0325172ec76b2ec62b45f5a3e3f512f7 (patch) | |
tree | 12a8657d3d9d6e42bac73804d2f36bf83bb3cf2f /src | |
parent | bbe6881bf7feac78d848910aed8dd6d0bd52044c (diff) | |
download | persistence-common-object-538a645c0325172ec76b2ec62b45f5a3e3f512f7.tar.gz |
PCO Vers. 1.0.2 - Updated protected IF persComTypes.h :
Allow support of the standard C99 instead of redeclaration.
Change-Id: Ie62e2c6466fc73c2d054c115627a2387db3eb964
Signed-off-by: Petrica Manoila <petrica.manoila@continental-corporation.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c2a7a57..4e2f087 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,7 +78,7 @@ libpers_common_la_SOURCES += \ ../src/rawdb/pers_low_level_db_access.c endif -libpers_common_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +libpers_common_la_LDFLAGS = -version-info $(PERSCOMMON_LIB_VERSION) libpers_common_la_LIBADD = \ |