From 85d81f17d10679916661807d0c9b398ff1dbabc9 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Wed, 4 Oct 2006 22:52:11 +0000 Subject: [PATCH] as far as i can tell astman only uses newt... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44409 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index 88f653065f..4b1a3aa026 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -59,7 +59,8 @@ md5.c: ../main/md5.c @cp $< $@ astman: astman.o md5.o -astman: LIBS+=-lnewt -lslang -ldl +#astman: LIBS+=-lnewt -lslang -ldl +astman: LIBS+= $(NEWT_LIB) stereorize: stereorize.o frame.o stereorize: LIBS+=-lm