X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=client%2FMakefile;h=76a8bd967ba9db789c71124d787a21ca9358f724;hb=11b3519314b471bb042bf3a69bbbb3adaa7aa19d;hp=161534042898291d410d827b5d43787f0a338f10;hpb=350761ee02e44b42078e09bde566b1266a944c5b;p=adns.git diff --git a/client/Makefile b/client/Makefile index 1615340..76a8bd9 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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)