From: maintenance team Date: Fri, 5 Feb 2010 09:42:26 +0000 (+0000) Subject: Fix compilation problem: Swig is not enabled in MICROMED mode X-Git-Tag: V5_1_main_FINAL~221 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9d37f3dd19c1b0ddd570ac62117cf7063c4bb8a1;p=tools%2Fmedcoupling.git Fix compilation problem: Swig is not enabled in MICROMED mode --- diff --git a/src/MEDLoader/Makefile.am b/src/MEDLoader/Makefile.am index ac09fce0c..6409c4bc1 100755 --- a/src/MEDLoader/Makefile.am +++ b/src/MEDLoader/Makefile.am @@ -18,8 +18,11 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -SUBDIRS = . Swig +if !MED_ENABLE_MICROMED + SUBDIRS = . Swig +endif +#DIST_SUBDIRS = Swig lib_LTLIBRARIES = libmedloader.la