mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
the code is unmaintained and probably non-functional, everyone should use libstb-hal instead
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
|