Build the 'tutorial2' programme only if UMFPACK is present.

This commit is contained in:
Bård Skaflestad 2012-04-12 18:39:51 +02:00
parent 8002de23e4
commit 2065259764

View File

@ -9,5 +9,7 @@ LDADD = $(top_builddir)/libopmcore.la
noinst_PROGRAMS = tutorial1
tutorial1_SOURCES = tutorial1.cpp
noinst_PROGRAMS += tutorial2
tutorial2_SOURCES = tutorial2.cpp
#if UMFPACK
noinst_PROGRAMS += tutorial2
tutorial2_SOURCES = tutorial2.cpp
#endif