[vlc-devel] [PATCH] access: refer to gopher plugin in Makefile.am
Thomas Guillem
thomas at gllm.fr
Wed Jan 29 09:02:38 CET 2020
Ah yes indeed !
Fixed and sorry ;)
On Tue, Jan 28, 2020, at 19:38, Vincenzo Nicosia wrote:
> Hi all,
>
> sorry but it looks like by reverting and reapplying the gopher patch
> we have actually scrapped the two lines in modules/access/Makefile.am
> which allow the gopher plugin to get built :/
>
> Please find the patch below. Sorry, and thanks in advance!
>
> Regards
>
> Enzo
>
> ---
> modules/access/Makefile.am | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
> index 756ca5cf59..b73fda5f4c 100644
> --- a/modules/access/Makefile.am
> +++ b/modules/access/Makefile.am
> @@ -322,6 +322,10 @@ libftp_plugin_la_SOURCES = access/ftp.c
> libftp_plugin_la_LIBADD = $(SOCKET_LIBS)
> access_LTLIBRARIES += libftp_plugin.la
>
> +libgopher_plugin_la_SOURCES = access/gopher.c
> +libgopher_plugin_la_LIBADD = $(SOCKET_LIBS)
> +access_LTLIBRARIES += libgopher_plugin.la
> +
> libhttp_plugin_la_SOURCES = access/http.c
> libhttp_plugin_la_LIBADD = $(SOCKET_LIBS)
> access_LTLIBRARIES += libhttp_plugin.la
> --
> 2.20.1
>
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list