From: adam Date: Tue, 2 Mar 2010 15:52:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_4a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=073ab799e6ea3fd84cddb604064251648533bd76;p=plugins%2Fnetgenplugin.git *** empty log message *** --- diff --git a/configure.ac b/configure.ac index 4901430..9c4dd10 100644 --- a/configure.ac +++ b/configure.ac @@ -361,6 +361,7 @@ echo Summary echo --------------------------------------------- echo +AM_CONDITIONAL(CMAKE_BUILD, 0) #AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"]) echo Configure diff --git a/src/Makefile.am b/src/Makefile.am index cbd2d9e..9c28680 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,9 +28,13 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am SUBDIRS = -if ! NETGEN_NEW +if CMAKE_BUILD +else +if NETGEN_NEW +else SUBDIRS += NETGEN endif +endif SUBDIRS += NETGENPlugin if NETGENPLUGIN_ENABLE_GUI