From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: [PATCH 07/28] iwpm: Add AM_INIT_AUTOMAKE([subdir-objects]) Date: Mon, 5 Sep 2016 15:07:57 -0600 Message-ID: <1473109698-31408-8-git-send-email-jgunthorpe@obsidianresearch.com> References: <1473109698-31408-1-git-send-email-jgunthorpe@obsidianresearch.com> Return-path: In-Reply-To: <1473109698-31408-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Devesh Sharma , Hal Rosenstock , Mike Marciniszyn , Moni Shoua , Sean Hefty , Steve Wise , Tatyana Nikolova , Vladimir Sokolovsky , Yishai Hadas List-Id: linux-rdma@vger.kernel.org Otherwise it doesn't build on modern distributions. Signed-off-by: Jason Gunthorpe --- iwpm/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwpm/configure.ac b/iwpm/configure.ac index 989452a6295c..5d5388ba2ed9 100644 --- a/iwpm/configure.ac +++ b/iwpm/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/iwarp_pm_server.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(-Wall -Werror) +AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects]) # Checks for programs. AC_PROG_CC -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html