From: vsr Date: Fri, 21 Aug 2009 08:23:15 +0000 (+0000) Subject: Issue 20406: Time compilation when recompiling X-Git-Tag: V5_1_3rc1~82 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c0fa8f3065060ef05c3863a535cce2a83a6757ec;p=modules%2Fkernel.git Issue 20406: Time compilation when recompiling --- diff --git a/Makefile.am b/Makefile.am index 6d46bb852..8407412a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ endif DIST_SUBDIRS= salome_adm idl src doc bin resources -DISTCLEANFILES = a.out +DISTCLEANFILES = a.out local-install.sh salomeinclude_DATA = KERNEL_version.h diff --git a/configure.ac b/configure.ac index 724fe66b5..ec63ffb86 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,7 @@ echo --------------------------------------------- echo AC_PROG_MAKE_SET AC_PROG_INSTALL +AC_LOCAL_INSTALL echo echo ---------------------------------------------