From 0b59d12c629d074f9066042d02aa01be4951935b Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 2 Mar 2011 09:38:28 +0000 Subject: [PATCH] 0021196: [CEA 456] Integration and merge modification for debian packages smesh-install-python.patch This patch helps to install Python packages in the dedicated Python path --- src/SMESH_SWIG_WITHIHM/Makefile.am | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/SMESH_SWIG_WITHIHM/Makefile.am b/src/SMESH_SWIG_WITHIHM/Makefile.am index fc6d37ea1..d5b3250c1 100644 --- a/src/SMESH_SWIG_WITHIHM/Makefile.am +++ b/src/SMESH_SWIG_WITHIHM/Makefile.am @@ -49,10 +49,11 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../SMESHGUI SWIG_SOURCES = libSMESH_Swig.i +salomepython_PYTHON = libSMESH_Swig.py +salomepyexec_LTLIBRARIES = _libSMESH_Swig.la + salomeinclude_HEADERS = $(SWIG_SOURCES) libSMESH_Swig.h -# Libraries targets -lib_LTLIBRARIES = _libSMESH_Swig.la _libSMESH_Swig_la_SOURCES = $(SWIG_SOURCES) libSMESH_Swig.h libSMESH_Swig.cxx nodist__libSMESH_Swig_la_SOURCES = swig_wrap.cpp @@ -86,14 +87,3 @@ libSMESH_Swig.py: swig_wrap.cpp CLEANFILES = swig_wrap.cpp libSMESH_Swig.py -# -# =============================================================== -# Files to be installed -# =============================================================== -# - -# Scripts to be installed (distributed) -dist_salomescript_DATA = - -# Scripts to be installed (non-distributed) -nodist_salomescript_DATA = libSMESH_Swig.py -- 2.39.2