You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
BASE_SUBDIRS = notify playlist stats osd
|
|
|
|
SUBDIRS = $(BASE_SUBDIRS)
|
|
DIST_SUBDIRS = $(BASE_SUBDIRS)
|
|
|
|
SOURCES_logger = logger.c
|
|
SOURCES_vod_rtsp = rtsp.c
|
|
SOURCES_gnutls = gnutls.c dhparams.h
|
|
SOURCES_audioscrobbler = audioscrobbler.c
|
|
SOURCES_inhibit = inhibit.c
|
|
SOURCES_sqlite = sqlite.c
|
|
SOURCES_xml = xml/libxml.c
|
|
|
|
SOURCES_memcpy = memcpy.c
|
|
libvlc_LTLIBRARIES += libmemcpy_plugin.la
|
|
|
|
libxdg_screensaver_plugin_la_SOURCES = inhibit/xdg.c
|
|
libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libxdg_screensaver_plugin_la_DEPENDENCIES =
|
|
libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
|
|
libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
|
|
libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
|
|
libxscreensaver_plugin_la_DEPENDENCIES =
|
|
if HAVE_XCB
|
|
libvlc_LTLIBRARIES += \
|
|
libxdg_screensaver_plugin.la \
|
|
libxscreensaver_plugin.la
|
|
endif
|
|
|
|
SOURCES_osso_screensaver = inhibit/osso.c
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libaudioscrobbler_plugin.la \
|
|
liblogger_plugin.la
|
|
|
|
if ENABLE_SOUT
|
|
libvlc_LTLIBRARIES += \
|
|
libvod_rtsp_plugin.la \
|
|
$(NULL)
|
|
endif
|
|
|