From b87c09327bf88d9aae441df1247e81d05ba8ec51 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 28 Jun 2007 14:09:09 +0000 Subject: [PATCH] Porting to Qt 4 --- src/SALOME_SWIG/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/SALOME_SWIG/Makefile.am b/src/SALOME_SWIG/Makefile.am index f5a184e42..0408897a3 100755 --- a/src/SALOME_SWIG/Makefile.am +++ b/src/SALOME_SWIG/Makefile.am @@ -33,8 +33,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am # # Step 1: build the wrapping source files with swig # -# libSALOME_LifeCycleCORBA.i -- swig --> swig_wrap.cpp -# libSALOME_Swig.py +# libSALOME_Swig.i -- swig --> swig_wrap.cpp libSALOME_Swig.py # # Step 2: build the dynamic library from cpp built source files and # dependant libraries. @@ -43,9 +42,10 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am # + | # dependant libs | # -# The file libSALOME_Swigcmodule.py will be installed in -# /lib/python/site-package/salome. -# The library will be installed in the same place. +# The file libSALOME_Swig.py will be installed in the +# /lib/python/site-package/salome folder. +# The library libSALOME_Swigcmodule.so will be installed in +# the /lib/salome folder. # # this option puts it to dist -- 2.39.2