From 40bd8e603761903cbe6b25141d1cf64e73809d9d Mon Sep 17 00:00:00 2001 From: vsr Date: Sat, 15 Oct 2011 13:47:12 +0000 Subject: [PATCH] Add -I$(top_builddir) to default CXX flags --- adm_local/unix/make_common_starter.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm_local/unix/make_common_starter.am b/adm_local/unix/make_common_starter.am index 6cba64b86..74420fffe 100644 --- a/adm_local/unix/make_common_starter.am +++ b/adm_local/unix/make_common_starter.am @@ -25,8 +25,8 @@ # redefinition compilation warnings # ============================================================ # -AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h -AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h +AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h -I$(top_builddir) +AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h -I$(top_builddir) # ============================================================ # This file defines the common definitions used in several -- 2.39.2