X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/9310ea4d89cbdfebe7eb00a7c021e024364541c7..0d66e3739146c9349ceb7600adc814d7d968e14c:/dynamic/Makefile.in diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 87b95d7..8c5f810 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 @@ -32,9 +32,10 @@ ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS))) install: $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE) + ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) uninstall: - rm -f $(lib_dir)/$(SHLIBFILE) + rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) $(SHLIBFORLINK): ln -s $(SHLIBSONAME) $(SHLIBFORLINK)