aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-05 01:42:06 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-05 01:42:06 +0000
commitff4d743a18c35066014a0b8cb3820f7ec278f7e9 (patch)
tree34258b39de3105bb197fdbdfd82963f988f104d4 /utils
parent9a96ec706e71a1deed9fb56399eeb9cdd81b4817 (diff)
this change was correct, the old version is no longer needed
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44436 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile3
1 files changed, 1 insertions, 2 deletions
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