From 3392f08f59069ccda225151b77d8238b89f010e8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 11 Dec 2013 13:46:01 +0900 Subject: [PATCH] autotools: fix complain about using subdirs without the right option. --- src/examples/eo/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/eo/Makefile.am b/src/examples/eo/Makefile.am index 4254c80e53..8c47bb4a00 100644 --- a/src/examples/eo/Makefile.am +++ b/src/examples/eo/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \