From: Anthony Minessale Date: Sat, 17 May 2008 15:42:28 +0000 (+0000) Subject: add sofia-reconf targer X-Git-Tag: v1.0-rc6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc66f0c0f2c7c842007f7173b6d55626870e15cd;p=thirdparty%2Ffreeswitch.git add sofia-reconf targer git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8459 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index d880c1738a..3235002a01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -341,6 +341,11 @@ speedy-sure: update-clean cd libs/sofia-sip && $(MAKE) -j $(MAKE) -j modules +sofia-reconf: + cd libs/sofia-sip && $(MAKE) clean + cd libs/sofia-sip && autoreconf -fi + cd libs/sofia-sip && ./configure --prefix=$(PREFIX) --with-pic --with-glib=no --disable-shared + current: update-clean svn update $(MAKE) all