]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
DTV: don't use NULL for config items
[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 text_renderer/text_renderer.h
7 SOURCES_win32text = text_renderer/win32text.c
8 SOURCES_quartztext = text_renderer/quartztext.c text_renderer/text_renderer.h
9 SOURCES_svg = text_renderer/svg.c
10 SOURCES_logger = logger.c
11 SOURCES_vod_rtsp = rtsp.c
12 SOURCES_gnutls = gnutls.c dhparams.h
13 SOURCES_audioscrobbler = audioscrobbler.c
14 SOURCES_inhibit = inhibit.c
15 SOURCES_sqlite = sqlite.c
16 SOURCES_xml = xml/libxml.c
17
18 libxdg_screensaver_plugin_la_SOURCES = inhibit/xdg.c
19 libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
20 libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
21 libxdg_screensaver_plugin_la_DEPENDENCIES =
22 libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
23 libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
24 libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
25 libxscreensaver_plugin_la_DEPENDENCIES =
26 if HAVE_XCB
27 libvlc_LTLIBRARIES += \
28         libxdg_screensaver_plugin.la \
29         libxscreensaver_plugin.la
30 endif
31
32 SOURCES_osso_screensaver = inhibit/osso.c
33
34 libvlc_LTLIBRARIES += \
35         libaudioscrobbler_plugin.la \
36         liblogger_plugin.la
37
38 if HAVE_WINCE
39 libvlc_LTLIBRARIES += libwin32text_plugin.la
40 endif
41 if ENABLE_SOUT
42 libvlc_LTLIBRARIES += \
43         libvod_rtsp_plugin.la \
44         $(NULL)
45 endif