configure.ac: enable subdir-objects for libmpools/mpools.c and others

This commit is contained in:
Peter Simons 2019-07-10 14:06:34 +02:00
parent c112f5f3e7
commit e38943603d

View File

@ -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_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_SRCDIR([petidomo.h])
AC_CONFIG_AUX_DIR([build-aux]) 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_CONFIG_MACRO_DIR([build-aux])
AC_COPYRIGHT([dnl AC_COPYRIGHT([dnl