diff options
| author | Dmitri Pal <dpal@redhat.com> | 2010-06-19 11:18:42 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-28 08:38:14 -0400 |
| commit | 74100f356c8b485e6c2b6c462ab42b6b172a676f (patch) | |
| tree | c03fdf52233289f2b9ff389095d49a246cc62258 /collection/Makefile.am | |
| parent | cb4f5de2be0eed29f48f8c3a4d855f38e0802cf8 (diff) | |
| download | ding-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.am | 2 |
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 |
