]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add new target
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 8 Sep 2008 23:06:25 +0000 (23:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 8 Sep 2008 23:06:25 +0000 (23:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9488 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 925892b760620aeec9eaba1230ace659c9567998..6bb49b807495c23625691dc8c06961e30a0f18a0 100644 (file)
@@ -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