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

This commit is contained in:
svenhoefer
2012-04-18 08:53:30 +02:00
parent 016ab6c088
commit d9dce5c10f

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