From 61d8ae6d22678eabd520d3947928169465def857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 9 May 2007 02:11:41 +0200 Subject: Properly use xineplug_ldflags and remove IMPURE_TEXT_LDFLAGS, as there are no inline assembler routines. --- src/vdr/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3