diff options
Diffstat (limited to 'src/vdr')
-rw-r--r-- | src/vdr/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index 6733cf5c4..4cebd4ff3 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -libdir = $(XINE_PLUGINDIR) - -lib_LTLIBRARIES = \ +xineplug_LTLIBRARIES = \ xineplug_inp_vdr.la xineplug_inp_vdr_la_SOURCES = input_vdr.c @@ -11,9 +9,7 @@ xineplug_inp_vdr_la_LDFLAGS = -avoid-version -module @IMPURE_TEXT_LDFLAGS@ xineinclude_HEADERS = input_vdr.h -postlibdir = $(XINE_PLUGINDIR)/post - -postlib_LTLIBRARIES = \ +xinepost_LTLIBRARIES = \ xineplug_post_vdr.la xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c |