From: David I. Lehn Date: Wed, 6 Jun 2001 19:20:53 +0000 (+0000) Subject: Added .o and .lo to clean-local target X-Git-Tag: BRANCH-GOBJECT1-ROOT~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474109aec6a4325a6c66e5b180408c17dcb591c8;p=platform%2Fupstream%2Fgstreamer.git Added .o and .lo to clean-local target Original commit message from CVS: Added .o and .lo to clean-local target --- diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index d16192c..62185d2 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -102,7 +102,7 @@ html: sgml -cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) clean-local: - rm -f *~ *.bak *.signals *-unused.txt *.args + rm -f *~ *.bak *.signals *-unused.txt *.args *.o *.lo maintainer-clean-local: clean rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt