chiark / gitweb /
+ * adnslogres: do not call equivalent of printf("%.*s",0,(char*)0).
[adns.git] / dynamic / Makefile.in
index 87b95d73d71c51473d17bed522e881961fbb2e4e..329b03bef1ee52dee17a27c06899f8a182ff5e75 100644 (file)
@@ -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)