From b38ee476f2057cbe78713160938d3801f4ffc033 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Nov 2007 17:47:51 +0100 Subject: r26218: Remove libtdb.so as well. (This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5) --- source4/lib/tdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 9abe5c2b88..7ca78e5317 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/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 *~ */*~ -- cgit