summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-15 19:50:15 +0000
committerDavid King <amigadave@amigadave.com>2015-02-15 19:50:15 +0000
commit109c2cd2b96c57d4695608ae748a52880b585f6a (patch)
tree92aa1e80cc73afc85bffc69ff9574650fe1de3e6 /lib
parentd9b551df3e12ba43ac7d9d1ace3148cca95fc55d (diff)
downloadgnome-maps-109c2cd2b96c57d4695608ae748a52880b585f6a.tar.gz
lib: Avoid versioning the private library
This makes it more obvious that the library is private, with an API that is subject to change.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 35203da4..51372454 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) \