]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
c852cc54d2d2a133d99a2d2efea0851826abf737
[vlc] / modules / misc / Modules.am
1 BASE_SUBDIRS = dummy notify playlist stats osd
2
3 SUBDIRS = $(BASE_SUBDIRS)
4 DIST_SUBDIRS = $(BASE_SUBDIRS)
5
6 SOURCES_freetype = text_renderer/freetype.c
7 SOURCES_tdummy = text_renderer/tdummy.c
8 SOURCES_win32text = text_renderer/win32text.c
9 SOURCES_quartztext = text_renderer/quartztext.c
10 libvlc_LTLIBRARIES += libtdummy_plugin.la
11
12 SOURCES_svg = text_renderer/svg.c
13 SOURCES_logger = logger.c
14 SOURCES_vod_rtsp = rtsp.c
15 SOURCES_gnutls = gnutls.c dhparams.h
16 SOURCES_audioscrobbler = audioscrobbler.c
17 SOURCES_inhibit = inhibit.c
18 SOURCES_sqlite = sqlite.c
19 SOURCES_xml = xml/libxml.c
20
21 libxdg_screensaver_plugin_la_SOURCES = inhibit/xdg.c
22 libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
23 libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
24 libxdg_screensaver_plugin_la_DEPENDENCIES =
25 libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
26 libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
27 libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
28 libxscreensaver_plugin_la_DEPENDENCIES =
29 if HAVE_XCB
30 libvlc_LTLIBRARIES += \
31         libxdg_screensaver_plugin.la \
32         libxscreensaver_plugin.la
33 endif
34
35 SOURCES_osso_screensaver = inhibit/osso.c
36
37 libvlc_LTLIBRARIES += \
38         libaudioscrobbler_plugin.la \
39         liblogger_plugin.la
40
41 if HAVE_WINCE
42 libvlc_LTLIBRARIES += libwin32text_plugin.la
43 endif
44 if ENABLE_SOUT
45 libvlc_LTLIBRARIES += \
46         libvod_rtsp_plugin.la \
47         $(NULL)
48 endif