A wildtest change to handle someone using the included popt lib.
authorWayne Davison <wayned@samba.org>
Sat, 5 Jul 2003 19:14:10 +0000 (19:14 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Jul 2003 19:14:10 +0000 (19:14 +0000)
Makefile.in

index 848d67d..d4f69d0 100644 (file)
@@ -161,7 +161,7 @@ check: all $(CHECK_PROGS)
 
 wildtest.o: wildtest.c lib/wildmatch.c rsync.h
 wildtest$(EXEEXT): wildtest.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.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,