Diff for /rpl/src/Makefile.am between versions 1.92 and 1.93

version 1.92, 2013/10/26 14:11:39 version 1.93, 2013/10/26 14:17:53
Line 569  librpl: install-libLIBRARIES Line 569  librpl: install-libLIBRARIES
             ar s librpl.a; \              ar s librpl.a; \
             if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \              if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
                 echo "  STRIP  librpl.a" && strip -d librpl.a; \                  echo "  STRIP  librpl.a" && strip -d librpl.a; \
                 echo "  STRIP  rpl" && strip -d rpl; \  
             fi;);              fi;);
       @if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
           echo "  STRIP  rpl" && strip -d rpl; \
       fi
     $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a      $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a
   

Removed from v.1.92  
changed lines
  Added in v.1.93


CVSweb interface <joel.bertrand@systella.fr>