mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
30 lines
342 B
Makefile
30 lines
342 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
jsoncpp \
|
|
libtuxtxt \
|
|
libiw \
|
|
libdvbsub \
|
|
luaclient
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if ENABLE_LCD
|
|
SUBDIRS += \
|
|
liblcddisplay
|
|
endif
|
|
|
|
if BOXTYPE_CST
|
|
SUBDIRS += \
|
|
hardware/coolstream
|
|
endif
|