]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Honor LDFLAGS
[ppp.git] / pppstats / Makefile.linux
index cca6f0f61d87f70016e903dbad7821dc87473249..71afbe67eff4916bfd70bb4ba9bf01b8d1c3d374 100644 (file)
@@ -26,7 +26,7 @@ install: pppstats
        $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)
 
 pppstats: $(PPPSTATSRCS)
-       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o pppstats pppstats.c $(LIBS)
 
 clean:
        rm -f pppstats *~ #* core