From 76e33810edef7acead978fec2505c1bd7e29dd39 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 21 Aug 2009 08:26:19 +0000 Subject: [PATCH] Issue 20406: Time compilation when recompiling --- Makefile.am | 6 +++--- configure.ac | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5242cf83f..6c07e7b91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,8 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am if GEOM_ENABLE_GUI ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \ - -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \ - -I ${GUI_ROOT_DIR}/adm_local/unix/config_files + -I ${GUI_ROOT_DIR}/adm_local/unix/config_files \ + -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files else !GEOM_ENABLE_GUI ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \ -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files @@ -39,7 +39,7 @@ SUBDIRS = idl adm_local resources src doc bin DIST_SUBDIRS = idl adm_local resources src doc bin -DISTCLEANFILES = a.out aclocal.m4 configure +DISTCLEANFILES = a.out aclocal.m4 configure local-install.sh salomeinclude_DATA = GEOM_version.h diff --git a/configure.ac b/configure.ac index 5a45547ec..558fc799e 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ echo AC_PROG_MAKE_SET AC_PROG_INSTALL +AC_LOCAL_INSTALL dnl dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques !