]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add sofia-reconf targer
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 15:42:28 +0000 (15:42 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 15:42:28 +0000 (15:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8459 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index d880c1738ab38637a8b5083e0c7e8dc8a9db4d16..3235002a01741438a2f877c431e0b238d6a7c952 100644 (file)
@@ -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