diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 5bccf17e82..b335331b29 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -113,6 +113,12 @@ manpages: $(patsubst %.xml,%,$(wildcard man/*/*.xml)) clean: rm -f */*.o *.gcov */*.gc?? *~ */*~ $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) man/man?/*.[13] +distclean: clean + rm -rf autom4te.cache bin lib + rm -f configure config.log config.status ldb.pc \ + Makefile.ldb include/config.h include/config.h.in + rm -f Makefile + etags: etags */*.[ch] |