[asterisk-commits] kpfleming: trunk r44437 - in /trunk: ./
utils/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Oct 4 18:43:03 MST 2006
Author: kpfleming
Date: Wed Oct 4 20:43:02 2006
New Revision: 44437
URL: http://svn.digium.com/view/asterisk?rev=44437&view=rev
Log:
Merged revisions 44436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r44436 | kpfleming | 2006-10-04 20:42:06 -0500 (Wed, 04 Oct 2006) | 2 lines
this change was correct, the old version is no longer needed
........
Modified:
trunk/ (props changed)
trunk/utils/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=44437&r1=44436&r2=44437&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Wed Oct 4 20:43:02 2006
@@ -59,8 +59,7 @@
@cp $< $@
astman: astman.o md5.o
-#astman: LIBS+=-lnewt -lslang -ldl
-astman: LIBS+= $(NEWT_LIB)
+astman: LIBS+=$(NEWT_LIB)
stereorize: stereorize.o frame.o
stereorize: LIBS+=-lm
More information about the asterisk-commits
mailing list