summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-11-27 08:57:08 -0500
committerSam Nelson <sam.nelson@ti.com>2016-11-27 15:59:21 -0500
commitbee4fb696e855875f9ce83e1726b42d4a04816f8 (patch)
tree83af434bbb76bc58e8b1311a8c0dae62f486673c
parente1608b173888b87c6711386921822412ff530d4b (diff)
downloadipc-bee4fb696e855875f9ce83e1726b42d4a04816f8.tar.gz
autotools: Update to remove subdir-objects
automake has a bug handling subdir-objects. Removing subdir-objects for now and live with warning to avoid build issue. Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9521aaf..f0b4b61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_CONFIG_SRCDIR([packages/ti/ipc/MessageQ.h])
AC_CONFIG_AUX_DIR([linux/build-aux])
# Initilize automake
-AM_INIT_AUTOMAKE([foreign subdir-objects])
+AM_INIT_AUTOMAKE([foreign])
# Disabling maintainer mode to prevent rebuild of configure script
AM_MAINTAINER_MODE([disable])