[svn-commits] kpfleming: branch 1.4 r44436 - /branches/1.4/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 4 18:42:06 MST 2006


Author: kpfleming
Date: Wed Oct  4 20:42:06 2006
New Revision: 44436

URL: http://svn.digium.com/view/asterisk?rev=44436&view=rev
Log:
this change was correct, the old version is no longer needed

Modified:
    branches/1.4/utils/Makefile

Modified: branches/1.4/utils/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/Makefile?rev=44436&r1=44435&r2=44436&view=diff
==============================================================================
--- branches/1.4/utils/Makefile (original)
+++ branches/1.4/utils/Makefile Wed Oct  4 20:42:06 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 svn-commits mailing list