summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:11:41 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:11:41 +0200
commit61d8ae6d22678eabd520d3947928169465def857 (patch)
tree188650c57ca9c594a32bd3fe06120d3b82f9492d
parent34e8529aa77776f6902306a444e4bbb74d933010 (diff)
downloadxine-lib-61d8ae6d22678eabd520d3947928169465def857.tar.gz
xine-lib-61d8ae6d22678eabd520d3947928169465def857.tar.bz2
Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are no inline assembler routines.
-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