summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-30 17:47:51 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:56 +0100
commitb38ee476f2057cbe78713160938d3801f4ffc033 (patch)
tree7ae99e1f6130af81b648e6ef5628309fbf524c19 /source4
parenta701aed8850b4ad87054e6cd8410acc03e968224 (diff)
downloadsamba-b38ee476f2057cbe78713160938d3801f4ffc033.tar.gz
samba-b38ee476f2057cbe78713160938d3801f4ffc033.tar.bz2
samba-b38ee476f2057cbe78713160938d3801f4ffc033.zip
r26218: Remove libtdb.so as well.
(This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/tdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 *~ */*~