From: adam Date: Mon, 2 Mar 2009 14:28:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~431 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f452decd4c82540015af374e55e52b4e0314ccb;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/ParaMEDMEM/Makefile.am b/src/ParaMEDMEM/Makefile.am index cbf11435a..2e974d572 100644 --- a/src/ParaMEDMEM/Makefile.am +++ b/src/ParaMEDMEM/Makefile.am @@ -18,12 +18,16 @@ # include $(top_srcdir)/adm_local/unix/make_common_starter.am -if CPPUNIT_IS_OK - SUBDIRS=. MEDLoader Test +if MICRO_MED + SUBDIRS=. else SUBDIRS=. MEDLoader endif +if CPPUNIT_IS_OK + SUBDIRS+= Test +endif + DIST_SUBDIRS= Test lib_LTLIBRARIES= libparamedmem.la