mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Add a --disable-upnp switch to disable the UPNP browser for
those who want to use more modern external solutions.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1830 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1bb7728e6d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-05 (Sat, 05 Nov 2011)
------------------
This commit was generated by Migit
22 lines
253 B
Makefile
22 lines
253 B
Makefile
SUBDIRS = \
|
|
connection \
|
|
libeventserver \
|
|
sectionsdclient \
|
|
timerdclient \
|
|
libconfigfile \
|
|
libmd5sum \
|
|
libnet \
|
|
xmltree \
|
|
libtuxtxt \
|
|
libdvbsub
|
|
|
|
if ENABLE_UPNP
|
|
SUBDIRS += \
|
|
libupnpclient
|
|
endif
|
|
|
|
if BOXTYPE_TRIPLE
|
|
SUBDIRS += \
|
|
libtriple
|
|
endif
|