From 860b838b63a5b3fb4a02fe5eeac1cf59775eae28 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 8 Sep 2008 23:06:25 +0000 Subject: [PATCH] add new target git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9488 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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