From edc5c82569d384aa269a0770d2c776a95cf292c0 Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Sat, 17 Nov 2007 19:29:04 +0000
Subject: [PATCH] temporarily disable this target in mingw

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 agi/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/agi/Makefile b/agi/Makefile
index 2ced1ba68e..0cb6f3f028 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -19,6 +19,10 @@ ifeq ($(OSARCH),SunOS)
   LIBS+=-lsocket -lnsl
 endif
 
+ifeq ($(OSARCH),mingw32)
+    AGIS:=
+endif
+
 include $(ASTTOPDIR)/Makefile.rules
 
 all: $(AGIS)
-- 
GitLab