diff options
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index f7e4b234ee..26d1ffff2e 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -124,7 +124,8 @@ bin/oLschema2ldif: tools/oLschema2ldif.o tools/cmdline.o $(LIBS) manpages: $(patsubst %.xml,%,$(wildcard man/*.xml)) clean: - rm -f */*.o *.gcov */*.gc?? *~ */*~ $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) man/man?/*.[13] + rm -f */*.o *.gcov */*.gc?? *~ */*~ man/man?/*.[13] tdbtest.ldb* \ + $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) distclean: clean rm -rf autom4te.cache bin lib |