From 4fc69f0791b22afe2caf009e56f3f5178c2d65d7 Mon Sep 17 00:00:00 2001 From: prascle Date: Tue, 14 Mar 2006 14:34:50 +0000 Subject: [PATCH] PR: bug detected by OCN --- bin/Makefile.am | 2 +- src/SALOMEDSClient/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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@ -- 2.39.2