Files
recycled-ni-neutrino/lib/Makefile.am
Stefan Seyfried 19000c33bd hw_caps: fix compile on coolstream
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ae305953c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-10 (Sat, 10 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-11-10 22:53:48 +01:00

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