summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vdr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index 4cebd4ff3..587acb304 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -5,7 +5,7 @@ xineplug_LTLIBRARIES = \
xineplug_inp_vdr_la_SOURCES = input_vdr.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
-xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @IMPURE_TEXT_LDFLAGS@
+xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags)
xineinclude_HEADERS = input_vdr.h
@@ -14,7 +14,7 @@ xinepost_LTLIBRARIES = \
xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c
xineplug_post_vdr_la_LIBADD = $(XINE_LIB)
-xineplug_post_vdr_la_LDFLAGS = -avoid-version -module $(xineplug_ldflags)
+xineplug_post_vdr_la_LDFLAGS = $(xineplug_ldflags)
noinst_HEADERS = post_vdr.h