changeset 22:9316a55ea198

Fix liboggplayer.a target path.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 18:07:02 +0300
parents c85ee156a83a
children 0dce9bac4043
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 17:34:42 2013 +0300
+++ b/Makefile	Mon Aug 05 18:07:02 2013 +0300
@@ -42,7 +42,7 @@
 LIBOGGPLAYER_CFLAGS=-I$(LIBOGGPLAYER)include/
 #LIBOGGPLAYER_LDFLAGS=`pkg-config --libs ogg vorbis theoradec`
 LIBOGGPLAYER_LDFLAGS=`pkg-config --libs ogg theoradec`
-LIBOGGPLAYER_A=$(LIBOGGPLAYER)lib/liboggplayer.a
+LIBOGGPLAYER_A=$(OBJPATH)liboggplayer.a
 
 
 DEMO_CFLAGS +=  $(BASS_CFLAGS) $(ASSIMP_CFLAGS) \