From: barate Date: Wed, 5 Oct 2011 14:14:06 +0000 (+0000) Subject: Fix compilation with CMake X-Git-Tag: V6_4_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7b0e89a8285128d600aaaf62ab9a21b8fae18f66;p=modules%2Fjobmanager.git Fix compilation with CMake --- diff --git a/src/salomegui/Makefile.am b/src/salomegui/Makefile.am index f2ad699..db04217 100644 --- a/src/salomegui/Makefile.am +++ b/src/salomegui/Makefile.am @@ -31,6 +31,7 @@ libJOBMANAGER_la_CXXFLAGS = $(qt4_cppflags) \ $(BOOST_CPPFLAGS) \ $(OMNIORB_INCLUDES) \ -I$(top_builddir)/idl \ + -I. \ -I$(KERNEL_ROOT_DIR)/include/salome \ -I$(GUI_ROOT_DIR)/include/salome \ -I$(top_srcdir)/src/genericgui \ @@ -56,11 +57,12 @@ salomeinclude_HEADERS = BL_SalomeGui.hxx \ # resources files LIBICONS = jobmanager.png +ICONS = resources/jobmanager.png nodist_salomeres_SCRIPTS = resources/SalomeApp.xml dist_salomeres_DATA = ${ICONS} -ICONS = $(LIBICONS:%=resources/%) +#ICONS = $(LIBICONS:%=resources/%) # -------------------------------------------- # *.h --> *_moc.cxx