From 072ab651b8ebc1d2a1a2f5e2e8b51cb256dc8ac7 Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Mon, 22 Sep 2014 18:19:42 +0000 Subject: [PATCH] Fix mmlib path --- mmsoftware/tap-bridge/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmsoftware/tap-bridge/GNUmakefile b/mmsoftware/tap-bridge/GNUmakefile index cad164d..8dabe85 100644 --- a/mmsoftware/tap-bridge/GNUmakefile +++ b/mmsoftware/tap-bridge/GNUmakefile @@ -1,6 +1,6 @@ -# $Id: GNUmakefile,v 1.2 2007/12/20 01:32:19 mmondor Exp $ +# $Id: GNUmakefile,v 1.3 2014/09/22 18:19:42 mmondor Exp $ -MMLIB_PATH := ../../mmlib +MMLIB_PATH := ../mmlib MMLIBS := $(addprefix $(MMLIB_PATH)/,mmpool.o mmhash.o mmlog.o) LIBS := -lc -- 2.9.0