catalogfile = "%sCatalog.xml" % module.name
need_boost=0
+ if module.gui:
+ need_boost=1
for compo in module.components:
if hasattr(compo,"calciumextendedinterface") and compo.calciumextendedinterface:
need_boost=1
lib_LTLIBRARIES= lib${module}.la
lib${module}_la_SOURCES = ${sources}
-lib${module}_la_CPPFLAGS = $$(SALOME_INCLUDES) $$(GUI_CXXFLAGS) $$(QT_INCLUDES) -I$$(top_builddir)/idl
+lib${module}_la_CPPFLAGS = $$(SALOME_INCLUDES) $$(GUI_CXXFLAGS) $$(BOOST_CPPFLAGS) $$(QT_INCLUDES) -I$$(top_builddir)/idl
lib${module}_la_LIBADD = -L$$(top_builddir)/idl -lSalomeIDL${module}
salomeres_DATA =SalomeApp.xml ${other_sources}