From: Marc Olivier Chouinard Date: Sat, 16 Apr 2011 23:11:25 +0000 (-0400) Subject: mod_protovm: Small fix in makefile X-Git-Tag: v1.2-rc1~118^2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc3b2e6357629fa2c9bdd85bb4e3f83663bdf2e;p=thirdparty%2Ffreeswitch.git mod_protovm: Small fix in makefile --- diff --git a/src/mod/applications/mod_protovm/Makefile b/src/mod/applications/mod_protovm/Makefile index 650837295f..92f8441104 100644 --- a/src/mod/applications/mod_protovm/Makefile +++ b/src/mod/applications/mod_protovm/Makefile @@ -1,3 +1,3 @@ -BASE=/home/fs/src/fs-trunk-git/ +BASE=../../../.. LOCAL_OBJS=ivr.o util.o config.o menu.o include $(BASE)/build/modmake.rules