From 1a8cca387bdb7ff696c463761b796c387473b5ed Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 5 Oct 2006 01:42:06 +0000 Subject: [PATCH] this change was correct, the old version is no longer needed git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44436 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/Makefile b/utils/Makefile index 4b1a3aa026..f41d8f369c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -59,8 +59,7 @@ md5.c: ../main/md5.c @cp $< $@ astman: astman.o md5.o -#astman: LIBS+=-lnewt -lslang -ldl -astman: LIBS+= $(NEWT_LIB) +astman: LIBS+=$(NEWT_LIB) stereorize: stereorize.o frame.o stereorize: LIBS+=-lm