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