From: Anthony Minessale Date: Tue, 2 Aug 2011 18:06:31 +0000 (-0500) Subject: add sqlite to clean on make current or update-clean X-Git-Tag: v1.2-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2366f4295b704b85f3b872243499572b3ce8409c;p=thirdparty%2Ffreeswitch.git add sqlite to clean on make current or update-clean --- diff --git a/Makefile.am b/Makefile.am index eb43ba4029..10e35c8694 100644 --- a/Makefile.am +++ b/Makefile.am @@ -566,6 +566,7 @@ update-clean: clean modwipe uninstall libs/openzap/Makefile python-reconf cd libs/portaudio && $(MAKE) clean cd libs/speex && $(MAKE) clean cd libs/esl && $(MAKE) clean + cd libs/sqlite && $(MAKE) clean swigall: @echo reswigging all