From 58f87fa32783b2cb7ec0f20f45459b01d719b2fe Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 5 Oct 2006 01:43:02 +0000 Subject: Merged revisions 44436 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r44436 | kpfleming | 2006-10-04 20:42:06 -0500 (Wed, 04 Oct 2006) | 2 lines this change was correct, the old version is no longer needed ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44437 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 4b1a3aa02..f41d8f369 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 -- cgit v1.2.3