aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 19:29:04 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 19:29:04 +0000
commit42defef5f82e8b4bde72c0a27add8d689fc23f5a (patch)
tree3c0ee832e3bc27a744a7728f40c82adf84de324a /agi
parentba23cef4c0788522cd7e31248d130575884a67f7 (diff)
temporarily disable this target in mingw
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89391 f38db490-d61c-443f-a65b-d21fe96a405b
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)