]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
364160e98a38406ef4afa051eec4e689568fb38c
[vlc] / modules / misc / Modules.am
1 BASE_SUBDIRS = dummy 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_freetype = freetype.c text_renderer.h
13 SOURCES_win32text = win32text.c
14 SOURCES_quartztext = quartztext.c text_renderer.h
15 SOURCES_logger = logger.c
16 SOURCES_vod_rtsp = rtsp.c
17 SOURCES_gnutls = gnutls.c dhparams.h
18 SOURCES_svg = svg.c
19 SOURCES_audioscrobbler = audioscrobbler.c
20 SOURCES_inhibit = inhibit.c
21 SOURCES_xdg_screensaver = xdg-screensaver.c
22 SOURCES_osso = osso.c
23 SOURCES_sqlite = sqlite.c
24
25 libvlc_LTLIBRARIES += \
26         liblogger_plugin.la
27
28 if ENABLE_SOUT
29 libvlc_LTLIBRARIES += \
30         libvod_rtsp_plugin.la \
31         $(NULL)
32 endif