From 63688c416fce70c7b79bebfc5a00ab09b395252d Mon Sep 17 00:00:00 2001 From: lxsang Date: Sun, 9 Aug 2020 13:19:59 +0200 Subject: [PATCH] add subdir-objects to configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ea33d6..678a25c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([antd-publishers], [0.1.0a], [xsang.le@gmail.com]) # We’re going to use automake for this project # [subdir-objects] if needed -AM_INIT_AUTOMAKE() +AM_INIT_AUTOMAKE([subdir-objects]) # dependencies # C compiler