Use correct syntax for Automake conditionals.
This commit is contained in:
parent
78dea6aa20
commit
ca633d3323
@ -9,7 +9,7 @@ LDADD = $(top_builddir)/libopmcore.la
|
||||
noinst_PROGRAMS = tutorial1
|
||||
tutorial1_SOURCES = tutorial1.cpp
|
||||
|
||||
#if UMFPACK
|
||||
if UMFPACK
|
||||
noinst_PROGRAMS += tutorial2
|
||||
tutorial2_SOURCES = tutorial2.cpp
|
||||
#endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user