]> git.sesse.net Git - vlc/blob - modules/access/Modules.am
5d76ae05f5ff154f33ceda69f56ac25f2cd0084e
[vlc] / modules / access / Modules.am
1 SUBDIRS = bda dshow dvb mms cdda rtsp rtmp v4l2 vcd vcdx screen
2 # Automake forgets to add a proper tag to libtool with Objective-C files.
3 # Moreover Libtool should default tag to CC when none is specified but
4 # obviously does not. Here is a fix for that.
5 LIBTOOL=@LIBTOOL@ --tag=CC
6
7 SOURCES_access_file = file.c
8 SOURCES_access_mmap = mmap.c
9 SOURCES_access_directory = directory.c
10 SOURCES_access_dv = dv.c
11 SOURCES_access_udp = udp.c
12 SOURCES_access_tcp = tcp.c
13 SOURCES_access_http = http.c
14 SOURCES_access_ftp = ftp.c
15 SOURCES_access_smb = smb.c
16 SOURCES_access_gnomevfs = gnomevfs.c
17 SOURCES_access_eyetv = eyetv.m
18 SOURCES_dvdnav = dvdnav.c
19 SOURCES_dvdread = dvdread.c
20 SOURCES_dc1394 = dc1394.c
21 SOURCES_access_fake = fake.c
22 SOURCES_pvr = pvr.c videodev2.h
23 SOURCES_v4l = v4l.c videodev_mjpeg.h
24 SOURCES_cdda = \
25         cdda.c \
26         vcd/cdrom.c \
27         vcd/cdrom.h \
28         vcd/cdrom_internals.h \
29         $(NULL)
30 SOURCES_access_jack = jack.c
31
32 libvlc_LTLIBRARIES += \
33         libaccess_file_plugin.la \
34         libaccess_directory_plugin.la \
35         libaccess_udp_plugin.la \
36         libaccess_tcp_plugin.la \
37         libaccess_http_plugin.la \
38         libaccess_ftp_plugin.la \
39         libaccess_fake_plugin.la \
40         $(NULL)