]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 88e20b9..26c783c
@@ -1 +1,7 @@
-SOURCES_access_filter_timeshift = timeshift.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)