All programs unconditional, since linear solver deps are now in LinearSolverFactory.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-05-14 10:29:14 +02:00
parent 9ad85e1039
commit 1709ca9da4

View File

@ -5,14 +5,12 @@ $(BOOST_CPPFLAGS)
LDADD = $(top_builddir)/libopmcore.la
noinst_PROGRAMS = \
scaneclipsedeck
if UMFPACK
noinst_PROGRAMS += \
scaneclipsedeck \
spu_2p \
wells_example
spu_2p_SOURCES = spu_2p.cpp
spu_2p_LDADD = $(LDADD) $(LIBS) $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(LAPACK_LIBS) $(LIBS) $(LIBS)
wells_example_SOURCES = wells_example.cpp
endif