projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f886f
)
correct libraries for astman, at least so i think...
author
Luigi Rizzo
<rizzo@icir.org>
Wed, 4 Oct 2006 22:52:35 +0000
(22:52 +0000)
committer
Luigi 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
patch
|
blob
|
history
diff --git
a/utils/Makefile
b/utils/Makefile
index
88f6530
..
4b1a3aa
100644
(file)
--- 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