summaryrefslogtreecommitdiff
path: root/agi
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-17 19:29:04 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-17 19:29:04 +0000
commitedc5c82569d384aa269a0770d2c776a95cf292c0 (patch)
tree3c0ee832e3bc27a744a7728f40c82adf84de324a /agi
parenteaee706190d40aadb719b9131906e93a452766ce (diff)
temporarily disable this target in mingw
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 2ced1ba68..0cb6f3f02 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)