X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/11c3ea549ac6742d5949cd3c243dbec03ab5e2a1..3b375d76e45c11a4c7cbcb9fcc3ca76d7e2148a6:/dynamic/Makefile.in?ds=sidebyside diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 87b95d7..f052815 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -4,8 +4,8 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1997-2000 Ian Jackson +# 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,10 +31,13 @@ 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) + rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) $(SHLIBFORLINK): ln -s $(SHLIBSONAME) $(SHLIBFORLINK)