From 0dcdb6136ba9cdf6b13ce4ebaf83c42b19d93659 Mon Sep 17 00:00:00 2001 From: august black Date: Fri, 5 Nov 2010 05:14:29 +0000 Subject: changed makefile so that it links properly to vorbis and vorbisenc libs svn path=/trunk/externals/pdogg/; revision=14264 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1