mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
29 lines
329 B
Makefile
29 lines
329 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
libtuxtxt \
|
|
libdvbsub
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if USE_STB_HAL
|
|
else
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += \
|
|
libtriple
|
|
endif
|
|
if BOXTYPE_COOL
|
|
SUBDIRS += \
|
|
libcoolstream
|
|
endif
|
|
endif
|