X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dynamic%2FMakefile.in;h=5a68a1a735556000cd3f2acae9f799cf538cf0f4;hb=38b74824d7fe58823b870a3f5f0fdd236217dacd;hp=3393c2b8397ab0dda5c38b564f7bb26a7de6f3ec;hpb=9579019a0c8a57a67465cb35775ee0cce0ccf804;p=adns.git 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