X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=392741eac0a93906220ac6b6c5d2b6c8ec3692c5;hb=a9e4ad237c0d052e9981fb62ec1d3a73e908a65a;hp=6795ea9d2eb5cd2b1749eeb26e25761cd78faa08;hpb=7690e538aa8ad75a872bd0235f528d2d8f54675f;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index 6795ea9d2e..392741eac0 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -1,32 +1,45 @@ -BASE_SUBDIRS = dummy memcpy notify testsuite playlist 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 text_renderer/text_renderer.h +SOURCES_win32text = text_renderer/win32text.c +SOURCES_quartztext = text_renderer/quartztext.c text_renderer/text_renderer.h +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