From: prascle Date: Tue, 14 Mar 2006 14:34:50 +0000 (+0000) Subject: PR: bug detected by OCN X-Git-Tag: T2_3_2_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4fc69f0791b22afe2caf009e56f3f5178c2d65d7;p=modules%2Fkernel.git PR: bug detected by OCN --- diff --git a/bin/Makefile.am b/bin/Makefile.am index eecb208a3..b738ef9db 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -53,7 +53,7 @@ clean-local: install-exec-local: $(INSTALL) -d $(salomescriptdir) cp -r $(srcdir)/appliskel $(salomescriptdir) - find $(salomescriptdir) -name CVS | xargs rm -rf + find $(salomescriptdir) -name CVS -prune -exec rm -rf {} \; uninstall-local: find $(salomescriptdir)/appliskel -exec chmod +w {} \; diff --git a/src/SALOMEDSClient/Makefile.am b/src/SALOMEDSClient/Makefile.am index 6593e94e4..f74e21151 100644 --- a/src/SALOMEDSClient/Makefile.am +++ b/src/SALOMEDSClient/Makefile.am @@ -58,6 +58,7 @@ salomeinclude_HEADERS=\ # This local variable defines the list of CPPFLAGS common to all target in this package. COMMON_CPPFLAGS= \ + @BOOST_CPPFLAGS@ \ -I$(top_builddir)/salome_adm/unix \ -I$(top_builddir)/idl \ @CORBA_CXXFLAGS@ @CORBA_INCLUDES@