mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
- Adapt and extend hw_caps for cst hardware
Origin commit data
------------------
Branch: ni/coolstream
Commit: fe9a2c19e4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-15 (Fri, 15 Jan 2016)
------------------
This commit was generated by Migit
34 lines
390 B
Makefile
34 lines
390 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
jsoncpp \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if BOXTYPE_COOL
|
|
if BOXMODEL_APOLLO
|
|
SUBDIRS += \
|
|
libcoolstream2
|
|
else
|
|
SUBDIRS += \
|
|
libcoolstream
|
|
endif
|
|
SUBDIRS += \
|
|
libtuxtxt
|
|
else
|
|
SUBDIRS += \
|
|
libtuxtxt_mp
|
|
endif
|