From 0d6f714a134f19fefafb7ce4f71016edd140f2d3 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Thu, 29 Aug 2013 14:22:38 +0200 Subject: [PATCH] Neutrino build: Fix build with '--with-tremor-static' Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/40dc93d9e8716e9c3aa553e473704954d3852729 Author: Michael Liebmann Date: 2013-08-29 (Thu, 29 Aug 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f73ed0665..33af31d06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ INCLUDES += -I$(top_srcdir)/lib/libtriple endif if USE_TREMOR -VORBISLIBS = @VORBISIDEC_LIBS@ +VORBISLIBS = @VORBISIDEC_LIBS@ -logg else VORBISLIBS = -lvorbisfile -lvorbis -logg endif