summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2013-12-05 18:10:21 +0000
committerRoss Lagerwall <rosslagerwall@gmail.com>2013-12-12 18:38:17 +0200
commit9ec8f2e84e97831d1ce97d8daa7b590349e08415 (patch)
treeff42fc6af25e44d05265f53aa9fa5ad6f8218f74
parentdb599e514ff179f7ec4f653f1d3941b50b720ea8 (diff)
downloadgvfs-9ec8f2e84e97831d1ce97d8daa7b590349e08415.tar.gz
Convert libgvfscommon to a private shared library
Convert libgvfscommon to a private shared library since it is not used by anything outside of the libdir. Also, don't version it. https://bugzilla.gnome.org/show_bug.cgi?id=561187
-rw-r--r--common/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 07ac8f42..3395aea6 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-lib_LTLIBRARIES=libgvfscommon.la
+pkglib_LTLIBRARIES=libgvfscommon.la
noinst_LTLIBRARIES = libgvfscommon-monitor.la
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gvfs \
@@ -31,7 +31,7 @@ libgvfscommon_la_SOURCES = \
$(NULL)
# needed by cygwin (see bug #564003)
-libgvfscommon_la_LDFLAGS = -no-undefined
+libgvfscommon_la_LDFLAGS = -no-undefined -avoid-version
libgvfscommon_la_LIBADD = \
$(GLIB_LIBS) \