From b3a279b89de681c01ab1054ecc6e2ef4238c81e8 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 28 Jan 2008 20:57:02 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7414 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f40f89818d..e3634faf18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -281,6 +281,7 @@ installall: install update-clean: clean modwipe uninstall cd libs/sofia-sip && $(MAKE) clean + cd libs/openzap && $(MAKE) clean sure: update-clean all