X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=d69ee718518e7296b7fb1cec8228c45ccd06d5fa;hb=47a71f0795fdf327dd181d80e9ae241ac4d0310c;hp=2cc97d3884d2c978b32b1ff820ac62b088b83c24;hpb=5d6e797a6b0d55e9e5451fabc613ef6d9d14180e;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index 2cc97d3884..d69ee71851 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -1,23 +1,45 @@ -SUBDIRS = dummy lua memcpy notify testsuite playlist osd xml probe -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 +BASE_SUBDIRS = dummy notify playlist stats osd + +SUBDIRS = $(BASE_SUBDIRS) +DIST_SUBDIRS = $(BASE_SUBDIRS) + +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_profile_parser = profile_parser.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 \ - libprofile_parser_plugin.la + $(NULL) endif