use LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)
authorAndrew Tridgell <tridge@samba.org>
Thu, 18 Jun 1998 14:15:16 +0000 (14:15 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 18 Jun 1998 14:15:16 +0000 (14:15 +0000)
Makefile.in

index a68797f..69a69a8 100644 (file)
@@ -46,7 +46,7 @@ install: all
        ${INSTALLCMD} -m 644 $(srcdir)/rsyncd.conf.5 ${INSTALL_MAN}/man5
 
 rsync: $(OBJS)
        ${INSTALLCMD} -m 644 $(srcdir)/rsyncd.conf.5 ${INSTALL_MAN}/man5
 
 rsync: $(OBJS)
-       $(CC) $(CFLAGS) -o rsync $(OBJS) $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
 
 rsync.1: rsync.yo
        yodl2man -o rsync.1 rsync.yo
 
 rsync.1: rsync.yo
        yodl2man -o rsync.1 rsync.yo