--- rpl/src/Makefile.am 2010/03/27 13:42:35 1.12 +++ rpl/src/Makefile.am 2010/04/07 07:16:12 1.15 @@ -57,7 +57,6 @@ SRCC=\ calcul_differentiel.c\ calcul_integral.c\ chainage.c\ - chiffrement.c\ compilation.c\ completion.c\ controle.c \ @@ -383,7 +382,7 @@ CLEANFILES= $(SRCCc) $(SRCHc) $(SRCFc) $ nodist_rpl_SOURCES = $(SRCCc) $(SRCHc) $(SRCFc) $(SRCF90c) $(INIT_EXEc) \ $(SRCXPM) $(SRCINCc) #rpl_LDFLAGS = -g @PROFILAGE@ $(LIB) -rdynamic -rpl_LDFLAGS = -g @PROFILAGE@ $(LIB) --export-dynamic +rpl_LDFLAGS = -g @PROFILAGE@ $(LIB) -Wl,--export-dynamic rpl_CFLAGS = $(AM_CFLAGS) -Wall -Wextra \ -Wno-pointer-sign -Wno-unused-parameter @@ -419,7 +418,7 @@ rpl_LDADD = $(top_builddir)/lapack/lapac always: $(top_builddir)/src/rpl.conv.c touch $(top_builddir)/src/rpl.conv.c; \ - (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) $(SRCH) $(SRCINC) \ + (cd $(srcdir); ctags $(SRCC) $(SRCF) $(SRCF90) \ $(INIT_LIB) $(INIT_EXE) 2>&1 /dev/null); .PHONY: always librpl licences rpl.inc