mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
In order to improve portability, libtriple will be split off and built separately as "libneutrino-hal" (for hardware abstraction layer) Enable the makefiles to deal with that.
25 lines
284 B
Makefile
25 lines
284 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
libtuxtxt \
|
|
libdvbsub
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if USE_NEUTRINO_HAL
|
|
else
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += \
|
|
libtriple
|
|
endif
|
|
endif
|