]> git.sesse.net Git - vlc/blobdiff - modules/access/Modules.am
Speak English
[vlc] / modules / access / Modules.am
index ae506d6d620492bc997dcc3f112e762b16533b66..bc94468ffde884831cdaaf3b614647fbf99fe1fd 100644 (file)
@@ -1,9 +1,10 @@
 # Automake forgets to add a proper tag to libtool with Objective-C files.
-# Moreocer Libtool should default tag to CC when none is specified but
+# Moreover Libtool should default tag to CC when none is specified but
 # obviously does not. Here is a fix for that.
 LIBTOOL=@LIBTOOL@ --tag=CC
 
 SOURCES_access_file = file.c
+SOURCES_access_mmap = mmap.c
 SOURCES_access_directory = directory.c
 SOURCES_access_dv = dv.c
 SOURCES_access_udp = udp.c
@@ -26,3 +27,13 @@ SOURCES_cdda = \
         vcd/cdrom_internals.h \
         $(NULL)
 SOURCES_access_jack = jack.c
+
+libvlc_LTLIBRARIES += \
+       libaccess_file_plugin.la \
+       libaccess_directory_plugin.la \
+       libaccess_udp_plugin.la \
+       libaccess_tcp_plugin.la \
+       libaccess_http_plugin.la \
+       libaccess_ftp_plugin.la \
+       libaccess_fake_plugin.la \
+       $(NULL)