]> git.sesse.net Git - vlc/blobdiff - modules/misc/Modules.am
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
[vlc] / modules / misc / Modules.am
index 6795ea9d2eb5cd2b1749eeb26e25761cd78faa08..366cfba911e5e72446e847ffdee9a31b757a1a22 100644 (file)
@@ -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