X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=98be89e689df62b73305925fa47ca61d81cee56d;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=cb237472f8363ebb9aa52a220ec2a152cf7b6032;hpb=25882d00079be2c11604ef76539ff165e9e8266f;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index cb237472f8..98be89e689 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -1,4 +1,4 @@ -BASE_SUBDIRS = dummy notify testsuite playlist stats osd xml +BASE_SUBDIRS = dummy notify playlist stats osd xml EXTRA_SUBDIRS = lua SUBDIRS = $(BASE_SUBDIRS) @@ -8,7 +8,6 @@ if BUILD_LUA SUBDIRS += lua endif -SOURCES_screensaver = screensaver.c SOURCES_freetype = freetype.c text_renderer.h SOURCES_win32text = win32text.c SOURCES_quartztext = quartztext.c text_renderer.h @@ -18,14 +17,22 @@ SOURCES_gnutls = gnutls.c dhparams.h SOURCES_svg = svg.c SOURCES_audioscrobbler = audioscrobbler.c SOURCES_inhibit = inhibit.c -SOURCES_xdg_screensaver = xdg-screensaver.c -SOURCES_osso = osso.c SOURCES_sqlite = sqlite.c +SOURCES_xscreensaver = inhibit/xscreensaver.c +SOURCES_xdg_screensaver = inhibit/xdg.c +SOURCES_osso_screensaver = inhibit/osso.c + libvlc_LTLIBRARIES += \ libaudioscrobbler_plugin.la \ liblogger_plugin.la +if HAVE_WINCE +libvlc_LTLIBRARIES += libwin32text_plugin.la +endif +if HAVE_DARWIN +libvlc_LTLIBRARIES += libquartztext_plugin.la +endif if ENABLE_SOUT libvlc_LTLIBRARIES += \ libvod_rtsp_plugin.la \