diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-30 17:47:51 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:56 +0100 |
commit | b38ee476f2057cbe78713160938d3801f4ffc033 (patch) | |
tree | 7ae99e1f6130af81b648e6ef5628309fbf524c19 /source4/lib/tdb | |
parent | a701aed8850b4ad87054e6cd8410acc03e968224 (diff) | |
download | samba-b38ee476f2057cbe78713160938d3801f4ffc033.tar.gz samba-b38ee476f2057cbe78713160938d3801f4ffc033.tar.xz samba-b38ee476f2057cbe78713160938d3801f4ffc033.zip |
r26218: Remove libtdb.so as well.
(This used to be commit a2d426c89b485e687ef8fc0770bbf8aab8ce3cc5)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 9abe5c2b881..7ca78e53177 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 *~ */*~ |