From 2366f4295b704b85f3b872243499572b3ce8409c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 2 Aug 2011 13:06:31 -0500 Subject: [PATCH] add sqlite to clean on make current or update-clean --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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