mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
the code is unmaintained and probably non-functional, everyone should use libstb-hal instead (forward ported neutrino-mp commit9fc6c24a21
) Origin commit data ------------------ Branch: ni/coolstream Commit:57078ed23d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: 2016-10-23 (Sun, 23 Oct 2016) ------------------ This commit was generated by Migit
20 lines
237 B
Makefile
20 lines
237 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
jsoncpp \
|
|
libtuxtxt \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|