[epiphany] Install libephymisc.so



commit 7e705f68338519ad12c1ff1fef4177bbd9b1f4e4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 7 16:38:51 2016 -0500

    Install libephymisc.so
    
    For additional space savings. This cuts our installed size from 4.0 MB
    down to 3.3 MB (before stripping debuginfo).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720248

 lib/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 22ff50d..d9791e5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = widgets egg history
 AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
 AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) $(WARN_LDFLAGS)
 
-noinst_LTLIBRARIES = libephymisc.la
+pkglib_LTLIBRARIES = libephymisc.la
 
 TYPES_H_FILES = \
        ephy-initial-state.h                    \
@@ -94,7 +94,7 @@ libephymisc_la_CFLAGS = \
        $(AM_CFLAGS)
 
 libephymisc_la_LDFLAGS = \
-       $(AM_LDFLAGS)
+       $(AM_LDFLAGS) -avoid-version -no-undefined
 
 libephymisc_la_LIBADD = \
        $(CAIRO_LIBS)           \


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