]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
Removed unused "scale" object variable in text renderer.
[vlc] / modules / misc / Modules.am
index 366cfba911e5e72446e847ffdee9a31b757a1a22..d69ee718518e7296b7fb1cec8228c45ccd06d5fa 100644 (file)
@@ -1,29 +1,43 @@
-BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe
-EXTRA_SUBDIRS = lua
+BASE_SUBDIRS = dummy notify playlist stats osd
 
 SUBDIRS = $(BASE_SUBDIRS)
-DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
+DIST_SUBDIRS = $(BASE_SUBDIRS)
 
-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_win32text = win32text.c
-SOURCES_quartztext = quartztext.c
+SOURCES_freetype = text_renderer/freetype.c
+SOURCES_win32text = text_renderer/win32text.c
+SOURCES_quartztext = text_renderer/quartztext.c
+SOURCES_svg = text_renderer/svg.c
 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_xml = xml/libxml.c
+
+libxdg_screensaver_plugin_la_SOURCES = inhibit/xdg.c
+libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
+libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
+libxdg_screensaver_plugin_la_DEPENDENCIES =
+libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
+libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
+libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
+libxscreensaver_plugin_la_DEPENDENCIES =
+if HAVE_XCB
+libvlc_LTLIBRARIES += \
+       libxdg_screensaver_plugin.la \
+       libxscreensaver_plugin.la
+endif
 
+SOURCES_osso_screensaver = inhibit/osso.c
+
+libvlc_LTLIBRARIES += \
+       libaudioscrobbler_plugin.la \
+       liblogger_plugin.la
+
+if HAVE_WINCE
+libvlc_LTLIBRARIES += libwin32text_plugin.la
+endif
 if ENABLE_SOUT
 libvlc_LTLIBRARIES += \
        libvod_rtsp_plugin.la \