diff options
author | Wayne Davison <wayned@samba.org> | 2007-04-24 16:06:29 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-04-24 16:06:29 +0000 |
commit | cbf626fd6252135ad282c812c3b4c09f51e96c0d (patch) | |
tree | 25196539280ca7ad5f70b35b0bfb16ab0efa8c47 /Makefile.in | |
parent | 1c702303eb53e9a5e6298eb7fcc2a3ea7bee5ccd (diff) | |
download | rsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.tar.gz rsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.tar.bz2 rsync-cbf626fd6252135ad282c812c3b4c09f51e96c0d.zip |
Fixed build problem for tls for those using the included popt.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8bd5b688..e2e5c65c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ mkrounding$(EXEEXT): mkrounding.c rsync.h @rm mkrounding.h tls$(EXEEXT): $(TLS_OBJ) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) @BUILD_POPT@ $(LIBS) getgroups$(EXEEXT): getgroups.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) |