X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=ead1a8c4f94c23d9b414de1e13f7df73cbad3c99;hb=55596c9081184e38cdf6f19f0bccae9df0925ea2;hp=b6dcddece40fdaf62a43d53c32bd57568f76ce9c;hpb=4550f0487b16e34381372ffa2b24b0ec099e7cc1;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index b6dcddece4..ead1a8c4f9 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -1,37 +1,39 @@ -BASE_SUBDIRS = dummy notify testsuite playlist stats osd xml -EXTRA_SUBDIRS = lua +BASE_SUBDIRS = playlist stats osd SUBDIRS = $(BASE_SUBDIRS) -DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) +DIST_SUBDIRS = $(BASE_SUBDIRS) -if BUILD_LUA -SUBDIRS += lua -endif - -SOURCES_screensaver = screensaver.c -SOURCES_freetype = freetype.c text_renderer.h -SOURCES_win32text = win32text.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_xdg_screensaver = xdg-screensaver.c -SOURCES_osso = osso.c SOURCES_sqlite = sqlite.c +SOURCES_xml = xml/libxml.c + +SOURCES_memcpy = memcpy.c +libvlc_LTLIBRARIES += libmemcpy_plugin.la + +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 HAVE_DARWIN -libvlc_LTLIBRARIES += libquartztext_plugin.la -endif if ENABLE_SOUT libvlc_LTLIBRARIES += \ libvod_rtsp_plugin.la \