20 changed files with 48 additions and 53 deletions
@ -0,0 +1,38 @@ |
|||
spudir = $(pluginsdir)/spu |
|||
|
|||
# sub filters
|
|||
libsubsdelay_plugin_la_SOURCES = spu/subsdelay.c |
|||
spu_LTLIBRARIES = libsubsdelay_plugin.la |
|||
|
|||
# sub sources
|
|||
libaudiobargraph_v_plugin_la_SOURCES = spu/audiobargraph_v.c |
|||
libaudiobargraph_v_plugin_la_LIBADD = $(LIBM) |
|||
liblogo_plugin_la_SOURCES = spu/logo.c |
|||
libmarq_plugin_la_SOURCES = spu/marq.c |
|||
libmosaic_plugin_la_SOURCES = spu/mosaic.c spu/mosaic.h |
|||
libmosaic_plugin_la_LIBADD = $(LIBM) |
|||
librss_plugin_la_SOURCES = spu/rss.c |
|||
|
|||
spu_LTLIBRARIES += \
|
|||
libaudiobargraph_v_plugin.la \
|
|||
liblogo_plugin.la \
|
|||
libmarq_plugin.la \
|
|||
libmosaic_plugin.la \
|
|||
librss_plugin.la |
|||
|
|||
libdynamicoverlay_plugin_la_SOURCES = \
|
|||
spu/dynamicoverlay/dynamicoverlay_buffer.c \
|
|||
spu/dynamicoverlay/dynamicoverlay_queue.c \
|
|||
spu/dynamicoverlay/dynamicoverlay_list.c \
|
|||
spu/dynamicoverlay/dynamicoverlay_commands.c \
|
|||
spu/dynamicoverlay/dynamicoverlay.c spu/dynamicoverlay/dynamicoverlay.h |
|||
if !HAVE_WIN32 |
|||
spu_LTLIBRARIES += libdynamicoverlay_plugin.la |
|||
endif |
|||
|
|||
libremoteosd_plugin_la_SOURCES = spu/remoteosd.c spu/remoteosd_rfbproto.h |
|||
libremoteosd_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS) |
|||
libremoteosd_plugin_la_LIBADD = $(GCRYPT_LIBS) $(SOCKET_LIBS) $(LIBPTHREAD) |
|||
if HAVE_GCRYPT |
|||
spu_LTLIBRARIES += libremoteosd_plugin.la |
|||
endif |
|||
Loading…
Reference in new issue