aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-20 22:51:03 -0700
committerWayne Davison <wayned@samba.org>2008-03-20 23:30:09 -0700
commit4d30f17671bdcc0f17facb133ea283eea6f0dc12 (patch)
tree56c0fd9dc3fb3d514e0ed037f4d1059b0a0f44e5 /Makefile.in
parentd48810ba5b0b8d09b272092a70da1255c2346ab8 (diff)
downloadandroid_external_rsync-4d30f17671bdcc0f17facb133ea283eea6f0dc12.tar.gz
android_external_rsync-4d30f17671bdcc0f17facb133ea283eea6f0dc12.tar.bz2
android_external_rsync-4d30f17671bdcc0f17facb133ea283eea6f0dc12.zip
Changed the arg-globbing routine to use a custom arg-globbing algorithm
that does not include any daemon-excluded items in the matches. It is also not subverted by the presence of one or more dot-dir elements in an arg.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e8e8cb3d..b91b3e97 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,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
+T_UNSAFE_OBJ = t_unsafe.o syscall.o util.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)