(clean): try to remove shared library debris

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4950 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-05-25 03:27:19 +00:00
parent 6cecc5ba0a
commit e02d559d87
6 changed files with 8 additions and 7 deletions

View File

@@ -94,8 +94,9 @@ TAGS: $(SOURCES)
etags $(SOURCES)
clean:
rm -f $(LIB) *.o *.a krb_err.c krb_err.h parse.h parse.c lex.c \
$(lib_LIBRARIES) $(bin_PROGRAMS)
rm -f $(LIB) *.o *.a *.so *.so.* so_locations \
krb_err.c krb_err.h parse.h parse.c lex.c \
$(lib_LIBRARIES) $(bin_PROGRAMS) $(EXTRA_SOURCES)
mostlyclean: clean