X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/89435c4293f285ceb0a54d14ae68e2bb40ba4c67..a8ad155498d7830f69e7b6d0cfbc6768cdac4a40:/dynamic/Makefile.in diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 6b170c1..f052815 100644 --- a/dynamic/Makefile.in +++ b/dynamic/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 @@ -31,8 +31,10 @@ include $(srcdir)/../src/adns.make ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS))) install: + mkdir -p $(lib_dir) $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE) ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) + ln -sf $(SHLIBSONAME) $(lib_dir)/$(SHLIBFORLINK) uninstall: rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)