]> git.sesse.net Git - vlc/blob - modules/access_output/Modules.am
Include vlc_plugin.h as needed
[vlc] / modules / access_output / Modules.am
1 SOURCES_access_output_dummy = dummy.c
2 SOURCES_access_output_file = file.c
3 SOURCES_access_output_udp = udp.c
4 SOURCES_access_output_http = http.c bonjour.c bonjour.h
5 SOURCES_access_output_shout = shout.c
6
7 libvlc_LTLIBRARIES += \
8         libaccess_output_dummy_plugin.la \
9         libaccess_output_file_plugin.la \
10         libaccess_output_udp_plugin.la \
11         libaccess_output_http_plugin.la \
12         $(NULL)