Skip to content

Commit

Permalink
build: Use subdir-objects Automake option to avoid some warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@debian.org>
  • Loading branch information
smcv authored and cgwalters committed Nov 12, 2022
1 parent 96ef14c commit 1291b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])

AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz subdir-objects])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
AC_USE_SYSTEM_EXTENSIONS
Expand Down

0 comments on commit 1291b44

Please sign in to comment.