X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2FModules.am;h=366cfba911e5e72446e847ffdee9a31b757a1a22;hb=5ebacd11d10f9acc39afc0b3d41beb280eaac293;hp=6795ea9d2eb5cd2b1749eeb26e25761cd78faa08;hpb=7690e538aa8ad75a872bd0235f528d2d8f54675f;p=vlc diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index 6795ea9d2e..366cfba911 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -1,4 +1,4 @@ -BASE_SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe +BASE_SUBDIRS = dummy memcpy notify testsuite playlist stats osd xml probe EXTRA_SUBDIRS = lua SUBDIRS = $(BASE_SUBDIRS) @@ -21,12 +21,11 @@ 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 if ENABLE_SOUT libvlc_LTLIBRARIES += \ libvod_rtsp_plugin.la \ - libprofile_parser_plugin.la + $(NULL) endif