X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/da969fa78684f1dff4128199dc7905804b08739f..b6953d1b46cb12e32e4d2926bce078ef10825785:/client/Makefile.in diff --git a/client/Makefile.in b/client/Makefile.in index 1615340..76a8bd9 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -16,12 +16,13 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -DIRCFLAGS= -I../src +SUBDIR=/client +DIRCFLAGS= -I$(srcdir)/src TARGETS= adnstest -include ../settings.make +include $(srcdir)/settings.make install: $(TARGETS) $(INSTALL_BIN) $(TARGETS) $(bin_dir) -adnstest: adnstest.o ../dynamic/$(LIBFILE) +adnstest: adnstest.o $(srcdir)/dynamic/$(SHLIBFILE)