summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 6d368cc..3e38f78 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -15,8 +15,6 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-noinst_LTLIBRARIES += libgsystem.la
-
EXTRA_DIST += $(libgsystem_srcpath)/README $(libgsystem_srcpath)/COPYING
libgsystem_la_SOURCES = \
@@ -28,6 +26,6 @@ libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-shutil.c \
$(libgsystem_srcpath)/libgsystem.h \
$(NULL)
-
libgsystem_la_CFLAGS = $(AM_CFLAGS) $(libgsystem_cflags)
+libgsystem_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regex "^gs_" -no-undefined -export-dynamic
libgsystem_la_LIBADD = $(libgsystem_libs)