From b0a76c45040a6c1ab675d25678665e984cdf8dac Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 16 Sep 2008 06:48:40 +0000 Subject: [PATCH] Implement 'make dist' and 'make distcheck' steps support --- src/SALOME_SWIG/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2