[vlc-commits] access: refer to gopher plugin in Makefile.am
    Vincenzo Nicosia 
    git at videolan.org
       
    Wed Jan 29 09:01:32 CET 2020
    
    
  
vlc | branch: master | Vincenzo Nicosia <katolaz at freaknet.org> | Tue Jan 28 19:38:47 2020 +0100| [4d2fbe0a2dcfe06365301048cbcbe3170b222b56] | committer: Thomas Guillem
access: refer to gopher plugin in Makefile.am
It looks like by reverting and reapplying the gopher patch we have actually
scrapped the two lines in modules/access/Makefile.am.
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2fbe0a2dcfe06365301048cbcbe3170b222b56
---
 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
    
    
More information about the vlc-commits
mailing list