]> 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 366cfba911e5e72446e847ffdee9a31b757a1a22..98be89e689df62b73305925fa47ca61d81cee56d 100644 (file)
@@ -1,4 +1,4 @@
-BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe
+BASE_SUBDIRS = dummy notify playlist stats osd xml
 EXTRA_SUBDIRS = lua
 
 SUBDIRS = $(BASE_SUBDIRS)
@@ -8,22 +8,31 @@ if BUILD_LUA
 SUBDIRS += lua
 endif
 
-SOURCES_gtk_main = gtk_main.c
-SOURCES_gnome_main = gtk_main.c
-SOURCES_gtk2_main = gtk_main.c
-SOURCES_gnome2_main = gtk_main.c
-SOURCES_screensaver = screensaver.c
-SOURCES_qte_main = qte_main.cpp
-SOURCES_freetype = freetype.c
+SOURCES_freetype = freetype.c text_renderer.h
 SOURCES_win32text = win32text.c
-SOURCES_quartztext = quartztext.c
+SOURCES_quartztext = quartztext.c text_renderer.h
 SOURCES_logger = logger.c
 SOURCES_vod_rtsp = rtsp.c
 SOURCES_gnutls = gnutls.c dhparams.h
 SOURCES_svg = svg.c
 SOURCES_audioscrobbler = audioscrobbler.c
 SOURCES_inhibit = inhibit.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 \