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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user