chiark / gitweb /
+ * Pass LDFLAGS from configure on to ld via settings.make.in.
authorian <ian>
Sun, 21 May 2000 18:38:19 +0000 (18:38 +0000)
committerian <ian>
Sun, 21 May 2000 18:38:19 +0000 (18:38 +0000)
@@ -10,6 +10,8 @@
   Portability/compilation fixes:
+  * Pass LDFLAGS from configure on to ld via settings.make.in.
+  * make clean deletes *.so and *.so.* files.

changelog
settings.make.in

index e09e74a229662b74d8a22e4c35cf73184236e65a..f633d191c37b026d3c8a3d6b0e45ead26cdbdc1e 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,8 @@ adns (0.9) unstable; urgency=low
 
   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.
+  * Pass LDFLAGS from configure on to ld via settings.make.in.
+  * make clean deletes *.so and *.so.* files.
 
   Minor improvements:
   * Do not print warning if sendto() gives EAGAIN.
index 537ebe8d31c113623b365d3f8c0642247e3f4460..9289bea528ef0b899a821fddf59d72f572bd4c3e 100644 (file)
@@ -30,8 +30,10 @@ SHLIBFORLINK=        @SHLIBFORLINK@
 
 CC=            @CC@
 CFLAGS=                $(AUTOCFLAGS) $(WARNS) $(WERROR) $(DIRCFLAGS) $(XCFLAGS)
+LDFLAGS=       $(AUTOLDFLAGS) $(DIRLDFLAGS) $(XLDFLAGS)
 LDLIBS=                @LIBS@ $(XLIBS)
 AUTOCFLAGS=    @CFLAGS@
+AUTOLDFLAGS=   @LDFLAGS@
 WARNS=         @WARNS@
 #WERROR=       -Werror
 
@@ -57,7 +59,7 @@ INSTALL_DATA=         $(INSTALL) -m 644
 all:                   $(TARGETS)
 
 clean mostlyclean:
-               rm -f *.o *.tmp*
+               rm -f *.o *.tmp* *.so *.so.*
 
 distclean:             clean
                rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile