diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-08 19:40:56 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-08 19:40:56 +0100 |
commit | 420a076d84de98b75dd1a392b77ecbccc20d565b (patch) | |
tree | 033915c88e2fd41f66b0ae787aac145aefd3a864 /src | |
parent | 0ad406a1574f74dbe7862f4208704d25d33dcebe (diff) | |
download | xine-lib-420a076d84de98b75dd1a392b77ecbccc20d565b.tar.gz xine-lib-420a076d84de98b75dd1a392b77ecbccc20d565b.tar.bz2 |
Clean up the vdr plugins' makefile.
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 |