summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-17 15:42:37 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-17 15:43:01 -0700
commit851ac10764a3843f14740e073fd0bfaf65b55e1b (patch)
treed1306a7253972151c1de10cf7d064a0d96b611a9 /configure.ac
parente92d3de70df1e7576b8a9502c24488301a3f89a8 (diff)
downloadliberasurecode-851ac10764a3843f14740e073fd0bfaf65b55e1b.tar.gz
autoconf: Remove no-dependencies
... Fixes issue with header dependencies not being tracked earlier Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 707df39..e60052e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_GNU_SOURCE
AC_PREREQ([2.61])
-AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
+AM_INIT_AUTOMAKE([subdir-objects])
LT_INIT # libtool
AC_CONFIG_HEADER(include/config.h)