From 861d49aa4448fc45dadd0024e4e9e3a842489dde Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 19 Jan 2011 05:35:53 +0000 Subject: added missing lib: vorbisfile svn path=/trunk/externals/pdogg/; revision=14754 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 374999e..a70d4af 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ EXTRA_DIST = pdogg.c makefile.msvc HISTORY CFLAGS = -DPD -I"$(PD_INCLUDE)"/pd -Wall -W -g LDFLAGS = -LIBS = $(shell pkg-config --libs vorbis vorbisenc) +LIBS = $(shell pkg-config --libs vorbis vorbisenc vorbisfile) #------------------------------------------------------------------------------# # -- cgit v1.2.1