chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adnshost compiles again, and submits.
[adns]
/
client
/
Makefile.in
diff --git
a/client/Makefile.in
b/client/Makefile.in
index 0ed57ac8a22119fef777ecb86b2d3d10447b1282..d55057e1513a234d4f3c8224a5070cf63a2735cd 100644
(file)
--- a/
client/Makefile.in
+++ b/
client/Makefile.in
@@
-43,6
+43,8
@@
install: $(TARG_INSTALL)
uninstall:
for f in $(TARGETS); do rm -f $(bin_dir)/$$f; done
+$(ADH_OBJS): adnshost.h
+
adnshost: $(ADH_OBJS) $(srcdir)/../dynamic/$(SHLIBFILE)
$(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS)