From: vsr Date: Thu, 28 Jun 2007 14:09:09 +0000 (+0000) Subject: Porting to Qt 4 X-Git-Tag: qt4_porting_delivery_220807~128 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b87c09327bf88d9aae441df1247e81d05ba8ec51;p=modules%2Fgui.git Porting to Qt 4 --- 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