temporarily disable this target in mingw
authorLuigi Rizzo <rizzo@icir.org>
Sat, 17 Nov 2007 19:29:04 +0000 (19:29 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Sat, 17 Nov 2007 19:29:04 +0000 (19:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89391 65c4cc65-6c06-0410-ace0-fbb531ad65f3

agi/Makefile

index 2ced1ba..0cb6f3f 100644 (file)
@@ -19,6 +19,10 @@ ifeq ($(OSARCH),SunOS)
   LIBS+=-lsocket -lnsl
 endif
 
+ifeq ($(OSARCH),mingw32)
+    AGIS:=
+endif
+
 include $(ASTTOPDIR)/Makefile.rules
 
 all: $(AGIS)