chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@ -2,6 +2,9 @@
[adns]
/
src
/
Makefile.in
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 6967e8a9842da8baa1f678e20d82074fce2d765b..5b01aca33da7287b71078b10d876455d59901fee 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-29,6
+29,7
@@
include $(srcdir)/../settings.make
include adns.make
install:
+ mkdir -p $(lib_dir) $(include_dir)
set -xe; for f in $(TARGETS); \
do $(INSTALL_DATA) $$f $(lib_dir)/$$f; done
$(INSTALL_DATA) $(srcdir)/../src/adns.h $(include_dir)/adns.h