From: vsr Date: Tue, 16 Sep 2008 06:48:40 +0000 (+0000) Subject: Implement 'make dist' and 'make distcheck' steps support X-Git-Tag: TG_TRIPOLI_qt4_porting~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b0a76c45040a6c1ab675d25678665e984cdf8dac;p=modules%2Fgui.git Implement 'make dist' and 'make distcheck' steps support --- diff --git a/src/SALOME_SWIG/Makefile.am b/src/SALOME_SWIG/Makefile.am index e354f93de..3d6c4878d 100755 --- a/src/SALOME_SWIG/Makefile.am +++ b/src/SALOME_SWIG/Makefile.am @@ -51,7 +51,6 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) SWIG_SOURCES = libSALOME_Swig.i -nodist_salomepython_PYTHON = libSALOME_Swig.py libSALOME_Swig.py: swig_wrap.cpp # library @@ -97,6 +96,7 @@ dist_salomescript_DATA = \ test_remove_ref.py nodist_salomescript_DATA = \ + libSALOME_Swig.py \ supervisionexample.py \ supervisiongeomexample.py