diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 63f32d9ea1..601df5fb91 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -19,7 +19,7 @@ CFLAGS = -I$(srcdir)/include -Iinclude -I@libreplacedir@ @CFLAGS@ PROGS = bin/tdbtool bin/tdbtorture TDB_OBJ = @TDBOBJ@ @LIBREPLACEOBJ@ -DIRS = lib bin common tools examples +DIRS = bin common tools all: showflags dirs $(PROGS) @@ -69,12 +69,13 @@ test: bin/tdbtorture installcheck: test install clean: - rm -f $(PROGS) common/*.o tools/*.o test.db test.tdb test.gdbm + rm -f $(PROGS) *.o *.a common/*.o tools/*.o tdb.pc + rm -f test.db test.tdb torture.tdb test.gdbm distclean: clean rm -f *~ */*~ - rm -f config.log config.status config.h + rm -f config.log config.status include/config.h rm -f Makefile realdistclean: distclean - rm -f configure config.h.in + rm -f configure include/config.h.in |