Need to include lib/snprintf.o when building wildtest.
authorWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:58:28 +0000 (01:58 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 9 Nov 2006 01:58:28 +0000 (01:58 +0000)
Makefile.in

index ecbb1b4..69b6db4 100644 (file)
@@ -146,8 +146,8 @@ check: all $(CHECK_PROGS)
        rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh
 
 wildtest.o: wildtest.c lib/wildmatch.c rsync.h
        rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh
 
 wildtest.o: wildtest.c lib/wildmatch.c rsync.h
-wildtest$(EXEEXT): wildtest.o lib/compat.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o @BUILD_POPT@ $(LIBS)
+wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS)
 
 # This does *not* depend on building or installing: you can use it to
 # check a version installed from a binary or some other source tree,
 
 # This does *not* depend on building or installing: you can use it to
 # check a version installed from a binary or some other source tree,