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