src/Makefile.am: complete the missing part from svn r2189

Origin commit data
------------------
Branch: ni/coolstream
Commit: d9dce5c10f
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-04-18 (Wed, 18 Apr 2012)

Origin message was:
------------------
- src/Makefile.am: complete the missing part from svn r2189

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-04-18 08:53:30 +02:00
parent c569070244
commit 1e0820ac05

View File

@@ -85,11 +85,16 @@ neutrino_LDADD = \
@AVUTIL_LIBS@ \
$(FLACLIBS) \
$(VORBISLIBS) \
-lungif \
-ljpeg \
-lOpenThreads \
-lrt -lpthread
if ENABLE_GIFLIB
neutrino_LDADD += -lgif
else
neutrino_LDADD += -lungif
endif
if ENABLE_UPNP
neutrino_LDADD += \
$(top_builddir)/lib/libupnpclient/libtuxbox-upnpclient.a