]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/Modules.am
check scheme part in uri with checking :// instead of just checking :
[vlc] / modules / access_filter / Modules.am
index 5b2eaca07df86e980441d35794227bf73014a184..26c783cb3406e0fa97ff8547d7ed0e856736d2a2 100644 (file)
@@ -1,4 +1,7 @@
-SOURCES_access_filter_timeshift = timeshift.c
-SOURCES_access_filter_record = record.c
 SOURCES_access_filter_dump = dump.c
 SOURCES_access_filter_bandwidth = bandwidth.c
+
+libvlc_LTLIBRARIES += \
+       libaccess_filter_dump_plugin.la \
+       libaccess_filter_bandwidth_plugin.la \
+       $(NULL)