From: vsr Date: Thu, 12 Mar 2009 11:46:39 +0000 (+0000) Subject: Fix make distcheck problems X-Git-Tag: V5_1_main_FINAL~409 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8dacaa525839a40178c5669f399df3b98de61f64;p=tools%2Fmedcoupling.git Fix make distcheck problems --- diff --git a/src/INTERP_KERNELTest/Makefile.am b/src/INTERP_KERNELTest/Makefile.am index c97dfab9a..c19297b8c 100644 --- a/src/INTERP_KERNELTest/Makefile.am +++ b/src/INTERP_KERNELTest/Makefile.am @@ -100,3 +100,7 @@ AM_CPPFLAGS = $(libInterpKernelTest_la_CPPFLAGS) UNIT_TEST_PROG = TestINTERP_KERNEL check : tests + +clean-local: + rm -rf *.fig + diff --git a/src/MEDCoupling_Swig/Makefile.am b/src/MEDCoupling_Swig/Makefile.am index 852fd5d82..e63708b04 100644 --- a/src/MEDCoupling_Swig/Makefile.am +++ b/src/MEDCoupling_Swig/Makefile.am @@ -25,13 +25,13 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am lib_LTLIBRARIES = _libMEDCoupling_Swig.la salomeinclude_HEADERS = \ - libMEDCoupling_Swig.i + libMEDCoupling_Swig.i MEDCouplingTypemaps.i -SWIG_DEF = libMEDCoupling_Swig.i +SWIG_DEF = libMEDCoupling_Swig.i MEDCouplingTypemaps.i SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -I$(srcdir)/../MEDCoupling -I$(srcdir)/../INTERP_KERNEL/Bases -dist__libMEDCoupling_Swig_la_SOURCES = libMEDCoupling_Swig.i +dist__libMEDCoupling_Swig_la_SOURCES = libMEDCoupling_Swig.i MEDCouplingTypemaps.i nodist__libMEDCoupling_Swig_la_SOURCES = libMEDCoupling_Swig_wrap.cxx libMEDCoupling_Swig.py: libMEDCoupling_Swig_wrap.cxx