]> git.sesse.net Git - vlc/blobdiff - modules/access/Modules.am
Remove CDDAX module
[vlc] / modules / access / Modules.am
index 6b7304d8cf68c98d199fad08fb0b6001b41df13f..06cba1654c08b48eb9ab108ad4924747c4fdbef6 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)
@@ -42,6 +42,8 @@ SOURCES_access_alsa = alsa.c
 SOURCES_access_oss = oss.c
 SOURCES_access_mtp = mtp.c
 SOURCES_access_sftp = sftp.c
+SOURCES_access_imem = imem.c
+SOURCES_access_avio = avio.c avio.h
 
 libaccess_rtmp_plugin_la_SOURCES = \
         rtmp/access.c \
@@ -62,6 +64,7 @@ libvlc_LTLIBRARIES += \
        libaccess_ftp_plugin.la \
        libaccess_fake_plugin.la \
        libaccess_rtmp_plugin.la \
+       libaccess_imem_plugin.la \
        $(NULL)
 
 libxcb_screen_plugin_la_SOURCES = screen/xcb.c