[svn-commits] rizzo: branch 1.4 r44409 - /branches/1.4/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 4 15:52:12 MST 2006


Author: rizzo
Date: Wed Oct  4 17:52:11 2006
New Revision: 44409

URL: http://svn.digium.com/view/asterisk?rev=44409&view=rev
Log:
as far as i can tell astman only uses newt...


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=44409&r1=44408&r2=44409&view=diff
==============================================================================
--- branches/1.4/utils/Makefile (original)
+++ branches/1.4/utils/Makefile Wed Oct  4 17:52:11 2006
@@ -59,7 +59,8 @@
 	@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



More information about the svn-commits mailing list