]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
append "_ORB" to the name of module
authorcrouzet <crouzet>
Mon, 25 Oct 2010 10:14:55 +0000 (10:14 +0000)
committercrouzet <crouzet>
Mon, 25 Oct 2010 10:14:55 +0000 (10:14 +0000)
change name of library at link  (add SalomeIDL)

module_generator/hxx_tmpl.py

index 0ca550733c6a56a814f864f7840ccc212cfed7b0..3e25a10fef42b3997a12813cc9755955b8df8526 100644 (file)
@@ -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)
 
 
 """