]> git.sesse.net Git - vlc/blob - modules/demux/playlist/Modules.am
Remove .Ram handling from m3u demuxer. This was broken anyway.
[vlc] / modules / demux / playlist / Modules.am
1 SOURCES_playlist = \
2         playlist.c \
3         playlist.h \
4         m3u.c \
5     ram.c \
6         b4s.c \
7         pls.c \
8         dvb.c \
9         podcast.c \
10         xspf.c \
11         xspf.h \
12         shoutcast.c \
13         asx.c \
14         sgimb.c \
15         qtl.c \
16         gvp.c \
17         ifo.c \
18         itml.c \
19         itml.h \
20         $(NULL)
21
22 libvlc_LTLIBRARIES += libplaylist_plugin.la