From e38943603d92628c399d3fd73a1f81f867290a82 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Jul 2019 14:06:34 +0200 Subject: [PATCH] configure.ac: enable subdir-objects for libmpools/mpools.c and others --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb4eb2a..9c31cc8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl configure.ac -- Process this file with autoconf to produce a configure scrip AC_INIT([petidomo], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [simons@cryp.to], [petidomo], [http://petidomo.sourceforge.net/]) AC_CONFIG_SRCDIR([petidomo.h]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 -Wall gnu]) +AM_INIT_AUTOMAKE([1.11 -Wall gnu subdir-objects]) AC_CONFIG_MACRO_DIR([build-aux]) AC_COPYRIGHT([dnl