~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to source/tdb/Makefile

  • Committer: jra
  • Date: 2006-07-14 05:10:55 UTC
  • Revision ID: vcs-imports@canonical.com-20060714051055-4574ea9cdf0ce9ce
Partially fix standalone build of tdb directory
(tdbtool still fails).
Jeremy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
ADMINPROGS = tdbdump tdbbackup
9
9
PROGS = tdbtest tdbtool tdbtorture
10
 
TDB_OBJ = tdb.o spinlock.o tdbback.o
 
10
TDB_OBJ = tdb.o tdbback.o dump.o error.o freelist.o io.o lock.o open.o traverse.o transaction.o
11
11
 
12
12
default: $(PROGS)
13
13