Files
neutrino/lib/Makefile.am
Stefan Seyfried c8a561244e enable usage of a separately built replacement of libtriple
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.
2012-04-17 19:33:52 +02:00

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