From 971b7d989b9acb0c186fbfcd90e0e9827f3b863a Mon Sep 17 00:00:00 2001 From: ribes Date: Thu, 4 Feb 2010 15:55:26 +0000 Subject: [PATCH] - Patch for PaCO++ --- module_generator/paco_tmpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index 0b87685..b8312c2 100644 --- a/module_generator/paco_tmpl.py +++ b/module_generator/paco_tmpl.py @@ -26,7 +26,7 @@ except: compoMakefile=""" include $$(top_srcdir)/adm_local/make_common_starter.am -BUILT_SOURCES = SALOME_Exception.hxx SALOME_GenericObj.hxx SALOMEDS.hxx +BUILT_SOURCES = SALOME_Exception.hxx SALOME_GenericObj.hxx SALOMEDS.hxx SALOME_PyNode.hxx %.hxx : @KERNEL_ROOT_DIR@/idl/salome/%.idl \t$$(OMNIORB_IDL) -bcxx $$(IDLCXXFLAGS) $$(OMNIORB_IDLCXXFLAGS) $$(IDL_INCLUDES) -I@KERNEL_ROOT_DIR@/idl/salome -Wbh=.hxx -Wbs=.cxx $$< -- 2.39.2