]> git.sesse.net Git - vlc/blobdiff - modules/access_output/Modules.am
Don't use VLC_ADD_PLUGIN for common sout and packetizers plugins
[vlc] / modules / access_output / Modules.am
index 5ea101a7368b0e33b25c99716d98a2788c3a4c76..709fe9dc79e93670a9efc0f55ad865c8727e610e 100644 (file)
@@ -3,3 +3,10 @@ SOURCES_access_output_file = file.c
 SOURCES_access_output_udp = udp.c
 SOURCES_access_output_http = http.c bonjour.c bonjour.h
 SOURCES_access_output_shout = shout.c
+
+libvlc_LTLIBRARIES += \
+       libaccess_output_dummy_plugin.la \
+       libaccess_output_file_plugin.la \
+       libaccess_output_udp_plugin.la \
+       libaccess_output_http_plugin.la \
+       $(NULL)