aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:52:11 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:52:11 +0000
commit12d450d0e6deb973c0734abf30dfe2ace6be0c6a (patch)
tree91be497b556cf4bd10c9ed801a088c118ba287ee /utils
parent666f568eb1e7ea9470e041ca81cbe41557b14c11 (diff)
as far as i can tell astman only uses newt...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44409 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 88f653065..4b1a3aa02 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