diff options
author | august black <augmentus@users.sourceforge.net> | 2010-11-05 05:14:29 +0000 |
---|---|---|
committer | august black <augmentus@users.sourceforge.net> | 2010-11-05 05:14:29 +0000 |
commit | 0dcdb6136ba9cdf6b13ce4ebaf83c42b19d93659 (patch) | |
tree | 1d063a7e0f81a219161926ce611514d09104387e | |
parent | fb31f074786afe3951449c82b23f3370bc523557 (diff) |
changed makefile so that it links properly to vorbis and vorbisenc libs
svn path=/trunk/externals/pdogg/; revision=14264
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |