summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-20 07:42:38 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-20 07:42:38 +0000
commita7a0ca9f93b94a04af2688c1ddc4faf0b833c684 (patch)
treecb64e700e1040267448bb24b011a72e795522c4e /main
parentf62bf52e55f905541a36b41ecdb281053d471aac (diff)
initial makefile changes to build loadable modules under cygwin
(not complete yet - still need to sort out dependecies on res_*) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile b/main/Makefile
index 9790b5c04..b9894e7ab 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -87,7 +87,7 @@ endif
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
AST_LIBS+=-lminires -ldl
- ASTLINK+= -shared -Wl,--out-implib,asterisk.dll
+ ASTLINK+= -shared -Wl,--out-implib,libasterisk.a
endif
ifeq ($(OSARCH),NetBSD)
AST_LIBS+=-lpthread -lcrypto -lm -L/usr/pkg/lib $(EDITLINE_LIB)