aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
#------------------------------------------------------------------------------#
#