temporarily disable this target in mingw

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2007-11-17 19:29:04 +00:00
parent eaee706190
commit edc5c82569
1 changed files with 4 additions and 0 deletions

View File

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