From 5f046c1f68e0e6e618b12b5ca8021eca06d4c4b2 Mon Sep 17 00:00:00 2001 From: nge Date: Tue, 19 Jan 2010 13:31:18 +0000 Subject: [PATCH] Add missing omniORB flags --- src/genericgui/Makefile.am | 1 + src/standalone/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2