Files
recycled-ni-neutrino/lib/Makefile.am
vanhofen e0bb4b8179 more rename hardware defined macros for coolstream stb
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5962554382
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)

Origin message was:
------------------
- more rename hardware defined macros for coolstream stb

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

------------------
This commit was generated by Migit
2017-02-12 22:21:18 +01:00

30 lines
347 B
Makefile

SUBDIRS = \
connection \
libeventserver \
sectionsdclient \
timerdclient \
libconfigfile \
libmd5sum \
libnet \
xmltree \
jsoncpp \
libtuxtxt \
libiw \
libdvbsub \
luaclient
if ENABLE_UPNP
SUBDIRS += \
libupnpclient
endif
if BOXTYPE_COOL
if BOXMODEL_CS_HD2
SUBDIRS += \
libcoolstream2
else
SUBDIRS += \
libcoolstream
endif
endif