You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
850 B
28 lines
850 B
# Automake forgets to add a proper tag to libtool with Objective-C files.
|
|
# Moreocer Libtool should default tag to CC when none is specified but
|
|
# obviously does not. Here is a fix for that.
|
|
LIBTOOL=@LIBTOOL@ --tag=CC
|
|
|
|
SOURCES_access_file = file.c
|
|
SOURCES_access_directory = directory.c
|
|
SOURCES_access_dv = dv.c
|
|
SOURCES_access_udp = udp.c
|
|
SOURCES_access_tcp = tcp.c
|
|
SOURCES_access_http = http.c
|
|
SOURCES_access_ftp = ftp.c
|
|
SOURCES_access_smb = smb.c
|
|
SOURCES_access_gnomevfs = gnomevfs.c
|
|
SOURCES_access_eyetv = eyetv.m
|
|
SOURCES_dvdnav = dvdnav.c
|
|
SOURCES_dvdread = dvdread.c
|
|
SOURCES_dc1394 = dc1394.c
|
|
SOURCES_access_fake = fake.c
|
|
SOURCES_pvr = pvr.c videodev2.h
|
|
SOURCES_v4l = v4l.c videodev_mjpeg.h
|
|
SOURCES_cdda = \
|
|
cdda.c \
|
|
vcd/cdrom.c \
|
|
vcd/cdrom.h \
|
|
vcd/cdrom_internals.h \
|
|
$(NULL)
|
|
SOURCES_access_jack = jack.c
|
|
|