X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5abe03d6e87fd6e66d86c6ae1cd2bc6058de0150..5303941021034f9b6272d5c1512096e125aece1e:/Makefile.in diff --git a/Makefile.in b/Makefile.in index ecbb1b42..69b6db49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -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,