diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vdr/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
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 |