mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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
23 lines
436 B
Makefile
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
|
|
|