mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
the code is unmaintained and probably non-functional, everyone
should use libstb-hal instead
Origin commit data
------------------
Commit: d2d8218885
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-06 (Wed, 06 Mar 2013)
22 lines
255 B
Makefile
22 lines
255 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
libtuxtxt \
|
|
libdvbsub
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if BOXTYPE_COOL
|
|
SUBDIRS += \
|
|
libcoolstream
|
|
endif
|