From: eap Date: Tue, 1 Mar 2011 13:16:22 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: V5_1_main_FINAL~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=94df65290ba213752aabfef52ed0211f13ef765f;p=modules%2Fgui.git 0021196: [CEA 456] Integration and merge modification for debian packages This patch helps to install Python packages in the dedicated Python path --- diff --git a/src/SALOME_SWIG/Makefile.am b/src/SALOME_SWIG/Makefile.am index 91a7a133c..ffdf74776 100755 --- a/src/SALOME_SWIG/Makefile.am +++ b/src/SALOME_SWIG/Makefile.am @@ -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