Use correct syntax for Automake conditionals.

This commit is contained in:
Bård Skaflestad 2012-04-12 21:13:57 +02:00
parent 78dea6aa20
commit ca633d3323

View File

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