aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 05:35:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 05:35:53 +0000
commit861d49aa4448fc45dadd0024e4e9e3a842489dde (patch)
tree3fc5d503b052da889976771bd568f2706e405300
parent5b917179ad613e0979fda5899ce38d664e3d8a81 (diff)
added missing lib: vorbisfile
svn path=/trunk/externals/pdogg/; revision=14754
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)
#------------------------------------------------------------------------------#
#