summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:09:57 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:09:57 +0200
commit34e8529aa77776f6902306a444e4bbb74d933010 (patch)
tree3c5690052d478acd2c4acbb86751865f1cc361b3 /src
parent420a076d84de98b75dd1a392b77ecbccc20d565b (diff)
downloadxine-lib-34e8529aa77776f6902306a444e4bbb74d933010.tar.gz
xine-lib-34e8529aa77776f6902306a444e4bbb74d933010.tar.bz2
Instead of using libdir and postlibdir, use xineplug and xinepost, that are defined in Makefile.common.
Diffstat (limited to 'src')
-rw-r--r--src/vdr/Makefile.am8
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