From: vsr Date: Sat, 15 Oct 2011 13:47:12 +0000 (+0000) Subject: Add -I$(top_builddir) to default CXX flags X-Git-Tag: V6_4_0a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40bd8e603761903cbe6b25141d1cf64e73809d9d;p=modules%2Fgui.git Add -I$(top_builddir) to default CXX flags --- 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