[svn-commits] rizzo: trunk r44410 - /trunk/utils/Makefile

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


Author: rizzo
Date: Wed Oct  4 17:52:35 2006
New Revision: 44410

URL: http://svn.digium.com/view/asterisk?rev=44410&view=rev
Log:
correct libraries for astman, at least so i think...


Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=44410&r1=44409&r2=44410&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Wed Oct  4 17:52:35 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