]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
Release the display mode when we are done with it.
[vlc] / modules / misc / Modules.am
index d5d3acbe9e24bd9aaf0f50847ac0598697c11533..98be89e689df62b73305925fa47ca61d81cee56d 100644 (file)
@@ -1,4 +1,4 @@
-BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml
+BASE_SUBDIRS = dummy notify playlist stats osd xml
 EXTRA_SUBDIRS = lua
 
 SUBDIRS = $(BASE_SUBDIRS)
@@ -8,8 +8,6 @@ if BUILD_LUA
 SUBDIRS += lua
 endif
 
-SOURCES_screensaver = screensaver.c
-SOURCES_qte_main = qte_main.cpp
 SOURCES_freetype = freetype.c text_renderer.h
 SOURCES_win32text = win32text.c
 SOURCES_quartztext = quartztext.c text_renderer.h
@@ -19,13 +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 \