Skip to content
Snippets Groups Projects
Commit d16122c8 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

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
parent d3f886fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment