From e3de6f86e2c67dc2f5aa6354ee3c6ba044bb5e83 Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 25 Oct 2010 10:14:55 +0000 Subject: [PATCH] append "_ORB" to the name of module change name of library at link (add SalomeIDL) --- module_generator/hxx_tmpl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index 0ca5507..3e25a10 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -109,7 +109,7 @@ ${compodefs} class ${component}; // forward declaration class ${component}_i: ${inheritedclass} - public POA_${module}::${component}_Gen, + public POA_${module}_ORB::${component}_Gen, public Engines_Component_i, public SALOMEMultiComm { @@ -171,7 +171,7 @@ dist_lib${component}Engine_la_SOURCES = \ ${component}_i.cxx lib${component}Engine_la_CXXFLAGS = -I$$(top_builddir)/idl $$(SALOME_INCLUDES) ${includes} -lib${component}Engine_la_LIBADD = ${libs} -L$$(top_builddir)/idl -l${module} $${SALOME_LIBS} $$(FLIBS) +lib${component}Engine_la_LIBADD = ${libs} -L$$(top_builddir)/idl -lSalomeIDL${module} $${SALOME_LIBS} $$(FLIBS) """ -- 2.39.2