X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/82a3a6be5ffc04e0ec590227df235e5098c67298..ab397b6e821f0c29ad8237e3f538d750b966d215:/client/Makefile.in diff --git a/client/Makefile.in b/client/Makefile.in index a3a6327..c75d4d0 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -29,7 +29,7 @@ DIRCFLAGS= -I$(srcdir)/../src all: $(TARGETS) install: $(TARG_INSTALL) - set -xe; for f in $(TARGETS); \ + set -xe; for f in $(TARG_INSTALL); \ do $(INSTALL_PROGRAM) $$f $(bin_dir)/$$f; done uninstall: @@ -38,4 +38,4 @@ uninstall: adnstest: adnstest.o $(srcdir)/../dynamic/$(SHLIBFILE) adnstest_s: adnstest.o $(srcdir)/../src/libadns.a - $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) + $(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS)