]> git.sesse.net Git - vlc/blob - modules/access_filter/Modules.am
Move a bunch of plugins out of configure.ac
[vlc] / modules / access_filter / Modules.am
1 SOURCES_access_filter_timeshift = timeshift.c
2 SOURCES_access_filter_dump = dump.c
3 SOURCES_access_filter_bandwidth = bandwidth.c
4
5 libvlc_LTLIBRARIES += \
6         libaccess_filter_timeshift_plugin.la \
7         libaccess_filter_dump_plugin.la \
8         libaccess_filter_bandwidth_plugin.la \
9         $(NULL)