summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-24 07:32:44 +0000
committerWayne Davison <wayned@samba.org>2007-04-24 07:32:44 +0000
commit9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54 (patch)
tree17ce2427a5fbcaf3968c2d94635cda239b4f5712 /Makefile.in
parent2ed790f3541cd5803b285bb46b2cba02103cc88b (diff)
downloadrsync-9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54.tar.gz
rsync-9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54.tar.bz2
rsync-9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54.zip
Adding the --fake-super option.
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 0764c3f0..969a5524 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@ popt_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
popt/popthelp.o popt/poptparse.o
OBJS=$(OBJS1) $(OBJS2) $(OBJS3) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@
-TLS_OBJ = tls.o syscall.o lib/compat.o lib/snprintf.o lib/permstring.o
+TLS_OBJ = tls.o syscall.o lib/compat.o lib/snprintf.o lib/permstring.o lib/sysxattrs.o
# Programs we must have to run the test cases
CHECK_PROGS = rsync$(EXEEXT) tls$(EXEEXT) getgroups$(EXEEXT) getfsdev$(EXEEXT) \