[gvfs] Convert libgvfscommon to a private shared library



commit 9ec8f2e84e97831d1ce97d8daa7b590349e08415
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Thu Dec 5 18:10:21 2013 +0000

    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

 common/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 07ac8f4..3395aea 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)            \


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