diff options
author | Tim Potter <tpot@samba.org> | 2004-06-07 01:51:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:34 -0500 |
commit | b619abb98e0c9384f75586a56e63fd3a1fc6badb (patch) | |
tree | c19e0621658c0a96d5825d4db2084f37f21d8dd8 /source4/lib/tdb/Makefile.tdb | |
parent | cfb25947f2fd45254b5fac0be6c15dd4e1c9cc84 (diff) | |
download | samba-b619abb98e0c9384f75586a56e63fd3a1fc6badb.tar.gz samba-b619abb98e0c9384f75586a56e63fd3a1fc6badb.tar.bz2 samba-b619abb98e0c9384f75586a56e63fd3a1fc6badb.zip |
r1053: Make tdb build standalone:
- #include <stdint.h>
- uint_t isn't a valid type, change back to unsigned int
(This used to be commit f690325565d2393bba3cb9f6e7cdf3753cbd4423)
Diffstat (limited to 'source4/lib/tdb/Makefile.tdb')
-rw-r--r-- | source4/lib/tdb/Makefile.tdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.tdb b/source4/lib/tdb/Makefile.tdb index db697e9379..35e208256c 100644 --- a/source4/lib/tdb/Makefile.tdb +++ b/source4/lib/tdb/Makefile.tdb @@ -26,4 +26,4 @@ bin/tdbbackup: tools/tdbbackup.o $(TDB_OBJ) $(CC) $(CFLAGS) -o tdbbackup tools/tdbbackup.o $(TDB_OBJ) clean: - rm -f $(PROGS) common/*.o *~ *.bak */*~ */*.bak *% core test.db test.tdb test.gdbm + rm -f $(PROGS) common/*.o tools/*.o *~ *.bak */*~ */*.bak *% core test.db test.tdb test.gdbm |