summaryrefslogtreecommitdiffstats
path: root/collection/Makefile.am
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-06-19 11:18:42 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-06-28 08:38:14 -0400
commit74100f356c8b485e6c2b6c462ab42b6b172a676f (patch)
treec03fdf52233289f2b9ff389095d49a246cc62258 /collection/Makefile.am
parentcb4f5de2be0eed29f48f8c3a4d855f38e0802cf8 (diff)
downloadding-libs-74100f356c8b485e6c2b6c462ab42b6b172a676f.tar.gz
ding-libs-74100f356c8b485e6c2b6c462ab42b6b172a676f.tar.xz
ding-libs-74100f356c8b485e6c2b6c462ab42b6b172a676f.zip
Fixing types in queue and stack interfaces
Diffstat (limited to 'collection/Makefile.am')
-rw-r--r--collection/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/Makefile.am b/collection/Makefile.am
index b9975d1..4e90aed 100644
--- a/collection/Makefile.am
+++ b/collection/Makefile.am
@@ -41,7 +41,7 @@ libcollection_la_SOURCES = \
collection_priv.h \
../trace/trace.h
libcollection_la_LDFLAGS = \
- -version-info 1:0:0
+ -version-info 2:0:0
# Build unit test
check_PROGRAMS = collection_ut collection_stack_ut collection_queue_ut