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

version 1.93, 2013/10/26 14:17:53 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 570  librpl: install-libLIBRARIES Line 575  librpl: install-libLIBRARIES
             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; \
             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.93  
changed lines
  Added in v.1.94


CVSweb interface <joel.bertrand@systella.fr>