From 449d11a073a384745c79ef0eb0740d38bc8328da Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 18 Sep 2006 03:06:55 +0000 Subject: [PATCH] Ok email address added for pdt ;) WE LOVE YOU MANsvn status Makefile.amsvn status Makefile.am git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2732 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- AUTHORS | 2 +- src/mod/languages/mod_mono/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index cfb0d7b430..5ee32b293d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,7 +26,7 @@ that much better: Yossi Neiman of Cartis Solutions, Inc. - implementation of mod_cdr (perldd, mysql, csv) Stefan Knoblich - Various patches and support. Thanks. Justin Unger - Lots of help with patches and SIP testing. Thanks! - Paul D. Tinsley - Various patches and support. + Paul D. Tinsley - Various patches and support. A big THANK YOU goes to: diff --git a/src/mod/languages/mod_mono/Makefile b/src/mod/languages/mod_mono/Makefile index e8ae691ed4..f3a0d88eb5 100644 --- a/src/mod/languages/mod_mono/Makefile +++ b/src/mod/languages/mod_mono/Makefile @@ -12,7 +12,7 @@ depends: MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(GETTEXT_TARBALL) --prefix=$(PREFIX) --with-pic MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(PKGCONFIG_TARBALL) --prefix=$(PREFIX) --with-pic export PKG_CONFIG=$(PREFIX)/bin/pkg-config; export MSGFMT=$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(GLIB_TARBALL) --prefix=$(PREFIX) --with-pic - export PATH=$(PATH):$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic + export PATH=$(PATH):$(PREFIX)/bin/; MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install $(TARBALL) --prefix=$(PREFIX) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack %.o: %.c $(CC) -fPIC $(CFLAGS) -c -o $@ $<