Added necessary libraries to the examples
This commit is contained in:
parent
7f36232ba0
commit
c65dff9f2d
@ -2,7 +2,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
$(BOOST_CPPFLAGS)
|
||||
|
||||
LDADD = $(top_builddir)/libopmcore.la
|
||||
LDADD = $(top_builddir)/libopmcore.la $(BOOST_SYSTEM_LIB) $(BOOST_FILESYSTEM_LIB) $(LAPACK_LIBS)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
scaneclipsedeck
|
||||
|
Loading…
Reference in New Issue
Block a user