mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0070e86ad0
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Origin message was:
------------------
- neutrino: remove outdated built-in jsoncpp
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
24 lines
282 B
Makefile
24 lines
282 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
libtuxtxt \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if BOXTYPE_CST
|
|
SUBDIRS += \
|
|
hardware/coolstream
|
|
endif
|