X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/72cdc702c4c2a6e68702b62250de95d3b096cba5..69e9793fa2073d101b56faabc352f2c36d900704:/dynamic/Makefile.in diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 3393c2b..5a68a1a 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -1,6 +1,6 @@ # dynamic/Makefile - dynamic library Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 @@ -33,7 +33,7 @@ uninstall: $(SHLIBFILE): $(ALLOBJS) rm -f $@ - $(MKSHLIB_1) $@ $(MKSHLIB_2) $(ALLOBJS) $(MKSHLIB_3) + $(MKSHLIB_1) $@ $(MKSHLIB_2) $(ALLOBJS) $(LDLIBS) $(MKSHLIB_3) %_p.o: $(srcdir)/../src/%.c $(srcdir)/../src/adns.h \ $(srcdir)/../src/internal.h $(srcdir)/../src/config.h