]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
correct libraries for astman, at least so i think...
authorLuigi Rizzo <rizzo@icir.org>
Wed, 4 Oct 2006 22:52:35 +0000 (22:52 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Wed, 4 Oct 2006 22:52:35 +0000 (22:52 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44410 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/Makefile

index 88f653065fbc6b49d111dd1dfd6e5ac260226469..4b1a3aa0266ee0cb6bc9458e673c3fa962f6c56f 100644 (file)
@@ -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