From b4c14c09230b4e6f286e77dde57713724d40ef42 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 May 2007 22:22:53 +0100 Subject: Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED. --- src/vdr/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/vdr/Makefile.am') diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index b09c86487..44af6078b 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -1,14 +1,15 @@ include $(top_srcdir)/misc/Makefile.common +AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) +AM_LDFLAGS = $(xineplug_ldflags) + +xineinclude_HEADERS = input_vdr.h + 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) $(PTHREAD_LIBS) -xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags) - -xineinclude_HEADERS = input_vdr.h 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) -- cgit v1.2.3