From 1f70596a9c4fa9b8815038b3577d3faeec7108e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 9 May 2007 02:12:56 +0200 Subject: Don't use multiline when only one entry is present. --- src/vdr/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index ca216fee3..c4c906c3a 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -xineplug_LTLIBRARIES = \ - xineplug_inp_vdr.la +xineplug_LTLIBRARIES = xineplug_inp_vdr.la xineplug_inp_vdr_la_SOURCES = input_vdr.c xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) @@ -9,8 +8,7 @@ xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags) xineinclude_HEADERS = input_vdr.h -xinepost_LTLIBRARIES = \ - xineplug_post_vdr.la +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) -- cgit v1.2.3