From 839547acb9d8e30c46c2ff1ee11d772f23a8798e Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Sun, 6 Oct 2013 19:15:51 +0200 Subject: [PATCH] Revert "Neutrino build: Fix build with '--with-tremor-static'" This reverts commit 40dc93d9e8716e9c3aa553e473704954d3852729. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index de90fb527..408a6db3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,7 @@ INCLUDES += -I$(top_srcdir)/lib/libtriple endif if USE_TREMOR -VORBISLIBS = @VORBISIDEC_LIBS@ -logg +VORBISLIBS = @VORBISIDEC_LIBS@ else VORBISLIBS = -lvorbisfile -lvorbis -logg endif