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.
kaffeine/kaffeine/src/input/dvb/lib/libucsi/dvb/Makefile.am

20 lines
529 B

noinst_LTLIBRARIES = libdvbdvb.la
INCLUDES = -I$(top_srcdir)/kaffeine/src/input/dvb/lib
libdvbdvb_la_SOURCES = bat_section.c \
dit_section.c \
eit_section.c \
int_section.c \
nit_section.c \
rst_section.c \
sdt_section.c \
sit_section.c \
st_section.c \
tdt_section.c \
tot_section.c \
tva_container_section.c \
types.c
CFLAGS = -g -O2 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC