From 6938f4b2b002accd9c86e5cc63cfe31d0fe10e47 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 20 Nov 2007 16:12:10 +0000 Subject: Fix building of modules under cygwin. After this commit we can actually load modules under windows, and we can start debugging more interesting problems related to the load order and functionality of modules. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89454 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index d0e9215af..0f2fb7780 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -39,3 +39,9 @@ endif all: _all include $(ASTTOPDIR)/Makefile.moddir_rules + +ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) + LIBS+= -lres_features.so -lres_ael_share.so -lres_monitor.so -lres_speech.so + LIBS+= -lres_smdi.so +endif + -- cgit v1.2.3