X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/89435c4293f285ceb0a54d14ae68e2bb40ba4c67..a8ad155498d7830f69e7b6d0cfbc6768cdac4a40:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 2d77892..5b01aca 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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