From: Anthony Minessale Date: Mon, 8 Sep 2008 23:06:25 +0000 (+0000) Subject: add new target X-Git-Tag: v1.0.2~1271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860b838b63a5b3fb4a02fe5eeac1cf59775eae28;p=thirdparty%2Ffreeswitch.git add new target git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9488 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 925892b760..6bb49b8074 100644 --- a/Makefile.am +++ b/Makefile.am @@ -357,6 +357,12 @@ pa-reconf: cd libs/portaudio && sh ./configure.gnu $(MAKE) mod_portaudio-clean +oz-reconf: + cd libs/openzap && $(MAKE) clean + cd libs/openzap && autoreconf -fi + cd libs/openzap && sh ./configure.gnu --prefix=$(PREFIX) + $(MAKE) mod_openzap-clean + sofia-reconf: cd libs/sofia-sip && sh ./autogen.sh cd libs/sofia-sip && $(MAKE) clean