From 420a076d84de98b75dd1a392b77ecbccc20d565b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 8 May 2007 19:40:56 +0100 Subject: Clean up the vdr plugins' makefile. --- src/vdr/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src') diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index 60820147c..6733cf5c4 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -1,11 +1,7 @@ include $(top_srcdir)/misc/Makefile.common - - libdir = $(XINE_PLUGINDIR) -AM_CFLAGS = -D_LARGEFILE64_SOURCE - lib_LTLIBRARIES = \ xineplug_inp_vdr.la @@ -15,8 +11,6 @@ xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @IMPURE_TEXT_LDFLAGS@ xineinclude_HEADERS = input_vdr.h - - postlibdir = $(XINE_PLUGINDIR)/post postlib_LTLIBRARIES = \ @@ -24,7 +18,7 @@ postlib_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 @IMPURE_TEXT_LDFLAGS@ +xineplug_post_vdr_la_LDFLAGS = -avoid-version -module $(xineplug_ldflags) noinst_HEADERS = post_vdr.h -- cgit v1.2.3