--- rpl/src/Makefile.am 2014/06/24 08:38:25 1.96 +++ rpl/src/Makefile.am 2015/06/08 07:15:31 1.99 @@ -75,6 +75,7 @@ SRCC=\ algebre_lineaire2.c\ algebre_lineaire3.c\ algebre_lineaire4.c\ + allocateur.c\ analyse.c\ analyse_notation_algebrique.c\ analyse_notation_rpn.c\ @@ -209,6 +210,7 @@ SRCC=\ instructions_x2.c\ instructions_y1.c\ interface_gnuplot.c\ + interface_readline.c\ interface_tex.c\ interruptions.c\ messages.c\ @@ -564,7 +566,7 @@ librpl: install-libLIBRARIES done; \ if test -n "$$L"; then \ echo -n " Adding files to librpl.a archive... "; \ - ar cru librpl.a $$L; \ + ar cr librpl.a $$L; \ rm -f $$L; \ echo "done"; \ fi; \