[asterisk-commits] rizzo: trunk r89391 - /trunk/agi/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Nov 17 13:29:05 CST 2007
Author: rizzo
Date: Sat Nov 17 13:29:04 2007
New Revision: 89391
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89391
Log:
temporarily disable this target in mingw
Modified:
trunk/agi/Makefile
Modified: trunk/agi/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/agi/Makefile?view=diff&rev=89391&r1=89390&r2=89391
==============================================================================
--- trunk/agi/Makefile (original)
+++ trunk/agi/Makefile Sat Nov 17 13:29:04 2007
@@ -17,6 +17,10 @@
ifeq ($(OSARCH),SunOS)
LIBS+=-lsocket -lnsl
+endif
+
+ifeq ($(OSARCH),mingw32)
+ AGIS:=
endif
include $(ASTTOPDIR)/Makefile.rules
More information about the asterisk-commits
mailing list