From 34e8529aa77776f6902306a444e4bbb74d933010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 9 May 2007 02:09:57 +0200 Subject: Instead of using libdir and postlibdir, use xineplug and xinepost, that are defined in Makefile.common. --- src/vdr/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3