From: vsr Date: Tue, 16 Sep 2008 06:42:19 +0000 (+0000) Subject: Implement 'make dist' and 'make distcheck' steps support X-Git-Tag: V5_1_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a52aa8340d6dfca9d503e59c69f82b96dba6bf6e;p=modules%2Fgeom.git Implement 'make dist' and 'make distcheck' steps support --- 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