]> git.sesse.net Git - vlc/blobdiff - modules/access/Modules.am
Added an access for reading input attachments.
[vlc] / modules / access / Modules.am
index fddd9e8ad82ce87c88ed423763ba30c6b74e305c..5ffa49e3131307384f24027747438b299b8d91f3 100644 (file)
@@ -3,7 +3,7 @@
 # obviously does not. Here is a fix for that.
 LIBTOOL=@LIBTOOL@ --tag=CC
 
-BASE_SUBDIRS = dvb mms cdda rtp rtsp vcd vcdx screen bd zip
+BASE_SUBDIRS = dvb mms rtp rtsp vcd vcdx screen bd zip
 EXTRA_SUBDIRS = bda dshow
 SUBDIRS = $(BASE_SUBDIRS)
 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
@@ -44,6 +44,7 @@ SOURCES_access_mtp = mtp.c
 SOURCES_access_sftp = sftp.c
 SOURCES_access_imem = imem.c
 SOURCES_access_avio = avio.c avio.h
+SOURCES_access_attachment = attachment.c
 
 libaccess_rtmp_plugin_la_SOURCES = \
         rtmp/access.c \
@@ -65,6 +66,7 @@ libvlc_LTLIBRARIES += \
        libaccess_fake_plugin.la \
        libaccess_rtmp_plugin.la \
        libaccess_imem_plugin.la \
+       libaccess_attachment_plugin.la \
        $(NULL)
 
 libxcb_screen_plugin_la_SOURCES = screen/xcb.c