From 5e70a477c7f5098164d3980114df226703991d39 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 17 Oct 2012 21:10:15 +0000 Subject: [PATCH] eve: Add foreign and subdir-objects to configure.ac SVN revision: 78131 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 556493f..ff6af70 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_ISC_POSIX -AM_INIT_AUTOMAKE(1.6 dist-bzip2) +AM_INIT_AUTOMAKE(1.6 foreign subdir-objects dist-bzip2) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])