Files
recycled-ni-neutrino/lib/Makefile.am
TangoCash 23abcf06bc add display support for osmio4k+
use --enable-lcd as configure option


Origin commit data
------------------
Branch: ni/coolstream
Commit: e2b7f4c6c1
Author: TangoCash <eric@loxat.de>
Date: 2022-10-09 (Sun, 09 Oct 2022)



------------------
This commit was generated by Migit
2022-10-29 00:28:14 +02:00

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