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/libdvben50221/Makefile.am

25 lines
775 B

noinst_LTLIBRARIES = libdvben50221.la
INCLUDES = -I$(top_srcdir)/kaffeine/src/input/dvb/lib
libdvben50221_la_SOURCES = asn_1.c \
en50221_app_ai.c \
en50221_app_auth.c \
en50221_app_ca.c \
en50221_app_datetime.c \
en50221_app_dvb.c \
en50221_app_epg.c \
en50221_app_lowspeed.c \
en50221_app_mmi.c \
en50221_app_rm.c \
en50221_app_smartcard.c \
en50221_app_teletext.c \
en50221_app_utils.c \
en50221_session.c \
en50221_transport.c \
en50221_stdcam.c \
en50221_stdcam_llci.c \
en50221_stdcam_hlci.c
CFLAGS = -g -O2 -DLOG_LEVEL=1 -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fPIC