aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraugust black <augmentus@users.sourceforge.net>2010-11-05 05:14:29 +0000
committeraugust black <augmentus@users.sourceforge.net>2010-11-05 05:14:29 +0000
commit0dcdb6136ba9cdf6b13ce4ebaf83c42b19d93659 (patch)
tree1d063a7e0f81a219161926ce611514d09104387e
parentfb31f074786afe3951449c82b23f3370bc523557 (diff)
changed makefile so that it links properly to vorbis and vorbisenc libs
svn path=/trunk/externals/pdogg/; revision=14264
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1756227..1d01f27 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ ifeq ($(UNAME),Linux)
PD_PATH = /usr
OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
CFLAGS += -fPIC
- LDFLAGS += -Wl,--export-dynamic -shared -fPIC
+ LDFLAGS += -Wl,--export-dynamic -shared -fPIC `pkg-config --libs vorbis vorbisenc`
LIBS += -lc
STRIP = strip --strip-unneeded -R .note -R .comment
DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)