chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do link statically against libadns !
[adns]
/
client
/
Makefile.in
diff --git
a/client/Makefile.in
b/client/Makefile.in
index 276bc5ea7c56c89efd67ae880a28574e58c7afc2..9963c1a477aedb2d91e61256864a0af3b3ed3a56 100644
(file)
--- a/
client/Makefile.in
+++ b/
client/Makefile.in
@@
-59,4
+59,4
@@
adnshost_s: $(ADH_OBJS) $(STATIC_LIB)
$(CC) $(LDFLAGS) $< $(DYNAMIC_LINK) -o $@ $(LDLIBS)
%_s: %.o $(STATIC_LIB)
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $<
$(STATIC_LIB)
-o $@ $(LDLIBS)