]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
xdg-screensaver plugin
[vlc] / modules / misc / Modules.am
1 BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml
2 EXTRA_SUBDIRS = lua
3
4 SUBDIRS = $(BASE_SUBDIRS)
5 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
6
7 if BUILD_LUA
8 SUBDIRS += lua
9 endif
10
11 SOURCES_screensaver = screensaver.c
12 SOURCES_qte_main = qte_main.cpp
13 SOURCES_freetype = freetype.c text_renderer.h
14 SOURCES_win32text = win32text.c
15 SOURCES_quartztext = quartztext.c text_renderer.h
16 SOURCES_logger = logger.c
17 SOURCES_vod_rtsp = rtsp.c
18 SOURCES_gnutls = gnutls.c dhparams.h
19 SOURCES_svg = svg.c
20 SOURCES_audioscrobbler = audioscrobbler.c
21 SOURCES_inhibit = inhibit.c
22 SOURCES_xdg_screensaver = xdg-screensaver.c
23
24 libvlc_LTLIBRARIES += \
25         liblogger_plugin.la
26
27 if ENABLE_SOUT
28 libvlc_LTLIBRARIES += \
29         libvod_rtsp_plugin.la \
30         $(NULL)
31 endif