mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
This reverts commit55c1a0735f
. Origin commit data ------------------ Branch: ni/coolstream Commit:80d27cf903
Author: vanhofen <vanhofen@gmx.de> Date: 2022-07-16 (Sat, 16 Jul 2022) ------------------ This commit was generated by Migit
25 lines
293 B
Makefile
25 lines
293 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
jsoncpp \
|
|
libtuxtxt \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if BOXTYPE_CST
|
|
SUBDIRS += \
|
|
hardware/coolstream
|
|
endif
|