From a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Nov 2007 17:47:51 +0100 Subject: [PATCH] r26218: Remove libtdb.so as well. --- source/lib/tdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/tdb/Makefile.in b/source/lib/tdb/Makefile.in index 9abe5c2b881..7ca78e53177 100644 --- a/source/lib/tdb/Makefile.in +++ b/source/lib/tdb/Makefile.in @@ -102,7 +102,7 @@ installcheck: test install clean: rm -f $(ALL_PROGS) *.o *.a common/*.o tools/*.o tdb.pc rm -f test.db test.tdb torture.tdb test.gdbm - rm -f $(SONAME) $(SOLIB) libtdb.a + rm -f $(SONAME) $(SOLIB) libtdb.a libtdb.$(SHLIBEXT) distclean: clean rm -f *~ */*~ -- 2.34.1