diff options
author | Tim Potter <tpot@samba.org> | 2003-10-29 06:17:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-29 06:17:33 +0000 |
commit | fdb2f57f62b776118156f266b8273f509ea60484 (patch) | |
tree | 1a3a28338840a8d94e67da6660367d5fa99bad57 /source3/Makefile.in | |
parent | 059181a169e17da053b04553cfb7151985b56b32 (diff) | |
download | samba-fdb2f57f62b776118156f266b8273f509ea60484.tar.gz samba-fdb2f57f62b776118156f266b8273f509ea60484.tar.bz2 samba-fdb2f57f62b776118156f266b8273f509ea60484.zip |
Compile fix for tdbbackup when Samba needs to override non-C99
compliant implementations of snprintf.
(This used to be commit a38ab77b70c0918be411a6c299a23b5735393a2d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 60ab5f07d8..c1a8757359 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -635,7 +635,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.@PICSUFFIX@) lib/snprintf.@PICSUFFIX POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \ popt/popthelp.o popt/poptparse.o -TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ) +TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o lib/snprintf.o $(TDBBASE_OBJ) NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \ libsmb/asn1.o libsmb/spnego.o libsmb/clikrb5.o libads/kerberos.o \ |