summaryrefslogtreecommitdiff
path: root/src/post/mosaico
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2010-10-23 13:18:24 +0200
committerFrantišek Dvořák <valtri@civ.zcu.cz>2010-10-23 13:18:24 +0200
commit2af0f16f1fdadf1e85493f8506d441df09199fa6 (patch)
tree8e17d074f1aa138a6ef173d0f33cfd81fd111cb6 /src/post/mosaico
parent4099627e7ce56690bcfda1dbfc322a8572144f37 (diff)
downloadxine-lib-2af0f16f1fdadf1e85493f8506d441df09199fa6.tar.gz
xine-lib-2af0f16f1fdadf1e85493f8506d441df09199fa6.tar.bz2
mingw32-w64 port: '-no-undefined' part
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix
Diffstat (limited to 'src/post/mosaico')
-rw-r--r--src/post/mosaico/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/mosaico/Makefile.am b/src/post/mosaico/Makefile.am
index 56426c711..83f2b8f2a 100644
--- a/src/post/mosaico/Makefile.am
+++ b/src/post/mosaico/Makefile.am
@@ -6,9 +6,9 @@ xinepost_LTLIBRARIES = xineplug_post_mosaico.la xineplug_post_switch.la
xineplug_post_mosaico_la_SOURCES = mosaico.c
xineplug_post_mosaico_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_post_mosaico_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_post_mosaico_la_LDFLAGS = -avoid-version -module
+xineplug_post_mosaico_la_LDFLAGS = $(xineplug_ldflags)
xineplug_post_switch_la_SOURCES = switch.c
xineplug_post_switch_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_post_switch_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_post_switch_la_LDFLAGS = -avoid-version -module
+xineplug_post_switch_la_LDFLAGS = $(xineplug_ldflags)