[gnome-maps] lib: Avoid versioning the private library



commit 109c2cd2b96c57d4695608ae748a52880b585f6a
Author: David King <amigadave amigadave com>
Date:   Sun Feb 15 19:50:15 2015 +0000

    lib: Avoid versioning the private library
    
    This makes it more obvious that the library is private, with an API that
    is subject to change.

 lib/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 35203da..5137245 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -12,6 +12,8 @@ libgnome_maps_la_SOURCES =                                            \
        $(BUILT_SOURCES)
 
 libgnome_maps_la_LIBADD = $(GNOME_MAPS_LIB_LIBS)
+libgnome_maps_la_LDFLAGS =                                             \
+       -avoid-version
 
 AM_CPPFLAGS =                                                          \
        $(GNOME_MAPS_LIB_CFLAGS)                                        \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]