blob: fe5ae3a522b097b9742b4445b68aa8aa4d6193e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags)
if ENABLE_VDR
xineplug_LTLIBRARIES = xineplug_vdr.la
endif
xineplug_vdr_la_SOURCES = combined_vdr.c combined_vdr.h input_vdr.c post_vdr_video.c post_vdr_audio.c
xineplug_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)
|