projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaee706
)
temporarily disable this target in mingw
author
Luigi Rizzo
<rizzo@icir.org>
Sat, 17 Nov 2007 19:29:04 +0000
(19:29 +0000)
committer
Luigi 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
patch
|
blob
|
history
diff --git
a/agi/Makefile
b/agi/Makefile
index
2ced1ba
..
0cb6f3f
100644
(file)
--- 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)