From dc66f0c0f2c7c842007f7173b6d55626870e15cd Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 17 May 2008 15:42:28 +0000 Subject: [PATCH] add sofia-reconf targer git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8459 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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