1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00

Use subdir-objects automake option for libnyquist.

This commit is contained in:
benjamin.drung@gmail.com 2013-11-14 01:35:16 +00:00
parent a8181985a8
commit 3efb2058ae

View File

@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([autotools])
# which also contains a subdir containing macros
AC_CONFIG_MACRO_DIR([autotools/m4])
dnl set up automake
AM_INIT_AUTOMAKE([-Wall foreign])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
dnl Audacity policy: don't enable automatic rebuild of configure et al if
dnl sources change
AM_MAINTAINER_MODE([disable])