Diff for /rpl/src/Makefile.am between versions 1.97 and 1.99

version 1.97, 2015/01/08 14:29:51 version 1.99, 2015/06/08 07:15:31
Line 210  SRCC=\ Line 210  SRCC=\
     instructions_x2.c\      instructions_x2.c\
     instructions_y1.c\      instructions_y1.c\
     interface_gnuplot.c\      interface_gnuplot.c\
       interface_readline.c\
     interface_tex.c\      interface_tex.c\
     interruptions.c\      interruptions.c\
     messages.c\      messages.c\
Line 565  librpl: install-libLIBRARIES Line 566  librpl: install-libLIBRARIES
                 done; \                  done; \
                 if test -n "$$L"; then \                  if test -n "$$L"; then \
                     echo -n "    Adding files to librpl.a archive... "; \                      echo -n "    Adding files to librpl.a archive... "; \
                     ar cru librpl.a $$L; \                      ar cr librpl.a $$L; \
                     rm -f $$L; \                      rm -f $$L; \
                     echo "done"; \                      echo "done"; \
                 fi; \                  fi; \

Removed from v.1.97  
changed lines
  Added in v.1.99


CVSweb interface <joel.bertrand@systella.fr>