summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:13:21 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-09 02:13:21 +0200
commit6bf1534d4b8bba9b9702baea5ee898151cf34c04 (patch)
treeaa77841f2afeb3e7ffb8edcffc2029aa5894178b /src
parent1f70596a9c4fa9b8815038b3577d3faeec7108e7 (diff)
downloadxine-lib-6bf1534d4b8bba9b9702baea5ee898151cf34c04.tar.gz
xine-lib-6bf1534d4b8bba9b9702baea5ee898151cf34c04.tar.bz2
Declare the entries at the start of the file, makes it easier to see the targets.
Diffstat (limited to 'src')
-rw-r--r--src/vdr/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index c4c906c3a..665888b2c 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -1,6 +1,7 @@
include $(top_srcdir)/misc/Makefile.common
xineplug_LTLIBRARIES = xineplug_inp_vdr.la
+xinepost_LTLIBRARIES = xineplug_post_vdr.la
xineplug_inp_vdr_la_SOURCES = input_vdr.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
@@ -8,8 +9,6 @@ xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags)
xineinclude_HEADERS = input_vdr.h
-xinepost_LTLIBRARIES = xineplug_post_vdr.la
-
xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c post_vdr.h
xineplug_post_vdr_la_LIBADD = $(XINE_LIB)
xineplug_post_vdr_la_LDFLAGS = $(xineplug_ldflags)