chiark / gitweb /
adns__checkqueues fix for large queues
[adns.git] / dynamic / Makefile.in
index 14ec97c2eca990fbda2e0b4705778aee84740388..5a68a1a735556000cd3f2acae9f799cf538cf0f4 100644 (file)
@@ -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