]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / Modules.am
index cb237472f8363ebb9aa52a220ec2a152cf7b6032..98be89e689df62b73305925fa47ca61d81cee56d 100644 (file)
@@ -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 \