|
Revision fa0e963f7ff1ad54afefeaf8c09aa6250efd84c9, 277 bytes
(checked in by Rémi Denis-Courmont <rdenis@simphalempin.com>, 3 months ago)
|
Move a bunch of plugins out of configure.ac
|
- Property mode set to
100644
|
| Line | |
|---|
| 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) |
|---|