svn commit: samba r26218 - in branches/SAMBA_4_0/source/lib/tdb: .

jelmer at samba.org jelmer at samba.org
Fri Nov 30 17:47:52 GMT 2007


Author: jelmer
Date: 2007-11-30 17:47:51 +0000 (Fri, 30 Nov 2007)
New Revision: 26218

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26218

Log:
Remove libtdb.so as well.
Modified:
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-11-30 13:04:59 UTC (rev 26217)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2007-11-30 17:47:51 UTC (rev 26218)
@@ -102,7 +102,7 @@
 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 *~ */*~



More information about the samba-cvs mailing list