summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-10-04 22:52:35 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-10-04 22:52:35 +0000
commitd16122c826ac2182a5353a1c6986f59b9bd0efa6 (patch)
tree9fdb06c885c083d4c5d17d3cc42d8ee5336bcbfb /utils
parentd3f886fb148b3d6982a5068a71c636266e7d9a2b (diff)
correct libraries for astman, at least so i think...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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