]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0021196: [CEA 456] Integration and merge modification for debian packages
authoreap <eap@opencascade.com>
Tue, 1 Mar 2011 13:16:22 +0000 (13:16 +0000)
committereap <eap@opencascade.com>
Tue, 1 Mar 2011 13:16:22 +0000 (13:16 +0000)
This patch helps to install Python packages in the dedicated Python path

src/SALOME_SWIG/Makefile.am

index 91a7a133c1245493e53e02f2c3056049c206181f..ffdf74776197639c1474ebe20ee0d62fce7bde15 100755 (executable)
@@ -54,8 +54,9 @@ SWIG_SOURCES  = libSALOME_Swig.i
 
 libSALOME_Swig.py: swig_wrap.cpp
 
-# library
-lib_LTLIBRARIES = _libSALOME_Swig.la
+salomepython_PYTHON = libSALOME_Swig.py
+salomepyexec_LTLIBRARIES = _libSALOME_Swig.la
+
 _libSALOME_Swig_la_SOURCES = $(SWIG_SOURCES) SALOMEGUI_Swig.cxx
 nodist__libSALOME_Swig_la_SOURCES = swig_wrap.cpp
 salomeinclude_HEADERS = $(SWIG_SOURCES) SALOMEGUI_Swig.hxx SALOMEGUI_Swig.i