]> git.sesse.net Git - vlc/blob - modules/misc/Modules.am
Always build win32text resp quartztext on Win32 resp Darwin
[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         libaudioscrobbler_plugin.la \
27         liblogger_plugin.la
28
29 if HAVE_WIN32
30 libvlc_LTLIBRARIES += libwin32text_plugin.la
31 endif
32 if HAVE_DARWIN
33 libvlc_LTLIBRARIES += libquartztext_plugin.la
34 endif
35 if ENABLE_SOUT
36 libvlc_LTLIBRARIES += \
37         libvod_rtsp_plugin.la \
38         $(NULL)
39 endif