X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=d69ee718518e7296b7fb1cec8228c45ccd06d5fa;hb=47a71f0795fdf327dd181d80e9ae241ac4d0310c;hp=366cfba911e5e72446e847ffdee9a31b757a1a22;hpb=b52262672cba990293d6e202ddd626cc744a5e62;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index 366cfba911..d69ee71851 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -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 \