From a52aa8340d6dfca9d503e59c69f82b96dba6bf6e Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 16 Sep 2008 06:42:19 +0000 Subject: [PATCH] Implement 'make dist' and 'make distcheck' steps support --- src/GEOM_SWIG_WITHIHM/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GEOM_SWIG_WITHIHM/Makefile.am b/src/GEOM_SWIG_WITHIHM/Makefile.am index fe4232a9c..678545704 100644 --- a/src/GEOM_SWIG_WITHIHM/Makefile.am +++ b/src/GEOM_SWIG_WITHIHM/Makefile.am @@ -58,7 +58,6 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../GEOMGUI SWIG_SOURCES = libGEOM_Swig.i -nodist_salomepython_DATA = libGEOM_Swig.py libGEOM_Swig.py: swig_wrap.cpp # Libraries targets @@ -101,4 +100,4 @@ CLEANFILES = swig_wrap.cpp libGEOM_Swig.py dist_salomescript_DATA = # Scripts to be installed (non-distributed) -nodist_salomescript_DATA = +nodist_salomescript_DATA = libGEOM_Swig.py -- 2.39.2