]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / misc / Modules.am
1 BASE_SUBDIRS = dummy notify 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_freetype = freetype.c text_renderer.h
12 SOURCES_win32text = win32text.c
13 SOURCES_quartztext = quartztext.c text_renderer.h
14 SOURCES_logger = logger.c
15 SOURCES_vod_rtsp = rtsp.c
16 SOURCES_gnutls = gnutls.c dhparams.h
17 SOURCES_svg = svg.c
18 SOURCES_audioscrobbler = audioscrobbler.c
19 SOURCES_inhibit = inhibit.c
20 SOURCES_sqlite = sqlite.c
21
22 SOURCES_xscreensaver = inhibit/xscreensaver.c
23 SOURCES_xdg_screensaver = inhibit/xdg.c
24 SOURCES_osso_screensaver = inhibit/osso.c
25
26 libvlc_LTLIBRARIES += \
27         libaudioscrobbler_plugin.la \
28         liblogger_plugin.la
29
30 if HAVE_WINCE
31 libvlc_LTLIBRARIES += libwin32text_plugin.la
32 endif
33 if HAVE_DARWIN
34 libvlc_LTLIBRARIES += libquartztext_plugin.la
35 endif
36 if ENABLE_SOUT
37 libvlc_LTLIBRARIES += \
38         libvod_rtsp_plugin.la \
39         $(NULL)
40 endif