From 953507907e579f0a12f70525e3d9856f487ab037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 8 Dec 2011 16:17:13 +0100 Subject: [PATCH] Update include paths and link to OPM core library. --- examples/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index 6a034f97..4fcaef96 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,10 @@ +AM_CPPFLAGS = \ +-I$(top_srcdir) + +LDADD = \ +$(top_builddir)/libopmcore.la \ +$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) + noinst_PROGRAMS = \ spu_2p \ scaneclipsedeck