From 073ab799e6ea3fd84cddb604064251648533bd76 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 2 Mar 2010 15:52:36 +0000 Subject: [PATCH] *** empty log message *** --- configure.ac | 1 + src/Makefile.am | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2