Files
recycled-ni-libstb-hal/libdvbci/Makefile.am
max_10 68227f5297 test c**
Origin commit data
------------------
Branch: master
Commit: 0bbcfaf171
Author: max_10 <max_10@gmx.de>
Date: 2015-11-10 (Tue, 10 Nov 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2015-11-10 00:00:04 +01:00

23 lines
436 B
Makefile

noinst_LTLIBRARIES = libdvbci.la
AM_CPPFLAGS = \
-I$(top_srcdir)/common \
-I$(top_srcdir)/include
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
AM_LDFLAGS = -lpthread -lcrypto -lssl
libdvbci_la_SOURCES = \
dvbci_session.cpp \
dvbci_mmi.cpp \
dvbci_camgr.cpp \
misc.cpp \
descrambler.cpp \
dh_rsa_misc.cpp \
aes_xcbc_mac.cpp \
dvbci_ccmgr.cpp \
dvbci_appmgr.cpp \
dvbci_datetimemgr.cpp \
dvbci_resmgr.cpp