From 72f81cf574ca79baeb65c03a8af324d75035c08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 5 Oct 2011 20:09:29 +0200 Subject: [PATCH] Hook 'examples' up to build. --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 26226b0a..e77d5133 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = src +SUBDIRS = src examples ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index d4a26e93..2ecb8d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ AM_CONDITIONAL([OPMPRESSURE_SPARSE_SYS], AC_CONFIG_FILES([ Makefile src/Makefile + examples/Makefile ]) AC_OUTPUT