Files
recycled-ni-neutrino/lib/Makefile.am
Michael Liebmann bf7e117cef Adapt neutrino-mp for CST hardware part #3
- 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
2016-01-16 07:26:04 +01:00

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