From: nge Date: Tue, 19 Jan 2010 13:31:18 +0000 (+0000) Subject: Add missing omniORB flags X-Git-Tag: V5_1_4a1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f046c1f68e0e6e618b12b5ca8021eca06d4c4b2;p=modules%2Fjobmanager.git Add missing omniORB flags --- diff --git a/src/genericgui/Makefile.am b/src/genericgui/Makefile.am index d6c2879..55a0f75 100644 --- a/src/genericgui/Makefile.am +++ b/src/genericgui/Makefile.am @@ -43,6 +43,7 @@ libBL_GenericGui_la_CXXFLAGS = $(qt4_cppflags) \ -I$(top_srcdir)/src/bases \ -I$(top_srcdir)/src/engine \ -I$(KERNEL_ROOT_DIR)/include/salome \ + $(OMNIORB_INCLUDES) \ -I$(top_srcdir)/src/wrappers libBL_GenericGui_la_LDFLAGS = $(qt4_ldflags) diff --git a/src/standalone/Makefile.am b/src/standalone/Makefile.am index e6c5d75..7619061 100644 --- a/src/standalone/Makefile.am +++ b/src/standalone/Makefile.am @@ -8,6 +8,7 @@ jobmanager_gui_CXXFLAGS = $(qt4_cppflags) \ -I$(top_srcdir)/src/bases \ -I$(top_srcdir)/src/engine \ -I$(KERNEL_ROOT_DIR)/include/salome \ + $(OMNIORB_INCLUDES) \ -I$(top_srcdir)/src/wrappers \ -I$(top_srcdir)/src/genericgui