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

version 1.92, 2013/10/26 14:11:39 version 1.94, 2013/10/28 08:09:03
Line 513  always: $(top_builddir)/src/rpl-conv.c Line 513  always: $(top_builddir)/src/rpl-conv.c
   
 all-local: always  all-local: always
   
 install-exec-local: librpl  install-exec-local: librpl s-rpl
   
   s-rpl: install-binPROGRAMS
       @if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
           echo "  STRIP  rpl" && strip -d $(DESTDIR)$(bindir)/rpl; \
       fi
   
 librpl: install-libLIBRARIES  librpl: install-libLIBRARIES
     @echo "  BUILD  $@"      @echo "  BUILD  $@"
Line 569  librpl: install-libLIBRARIES Line 574  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;);
     $(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.94


CVSweb interface <joel.bertrand@systella.fr>