Fix "make check".
authorWayne Davison <wayned@samba.org>
Wed, 12 Jun 2013 01:06:53 +0000 (18:06 -0700)
committerWayne Davison <wayned@samba.org>
Wed, 12 Jun 2013 01:06:53 +0000 (18:06 -0700)
Makefile.in
t_stub.c

index 40abf0cfda750194804161e1154376ec6922075c..dd0618b4d7234e8ed150dbb1c97d09683b49ed98 100644 (file)
@@ -115,7 +115,7 @@ TRIMSLASH_OBJ = trimslash.o syscall.o lib/compat.o lib/snprintf.o
 trimslash$(EXEEXT): $(TRIMSLASH_OBJ)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS)
 
-T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o lib/wildmatch.o
+T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o util2.o t_stub.o lib/compat.o lib/snprintf.o lib/wildmatch.o
 t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(T_UNSAFE_OBJ) $(LIBS)
 
index 0fca865951feec75b3aad4015d2ff262a8d9af19..e5e723e63ad9584cd8a6011cc830a9c7336d7d0e 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -25,6 +25,7 @@ int modify_window = 0;
 int preallocate_files = 0;
 int protect_args = 0;
 int module_id = -1;
+int checksum_len = 0;
 int relative_paths = 0;
 int module_dirlen = 0;
 int preserve_acls = 0;