Skip to content

Commit

Permalink
Remove subdir-objects from Automake initialisation
Browse files Browse the repository at this point in the history
subdir-objects only applies to literal object files rather than any
file generated from a make rule.  It shouldn't be relevant here
because nothing is producing object files.
  • Loading branch information
morganwillcock committed Mar 17, 2024
1 parent ca76d03 commit a543274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.71])
AC_INIT([ags-manual], [0.9.12])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Werror -Wall foreign subdir-objects])
AM_INIT_AUTOMAKE([-Werror -Wall foreign])
AM_SILENT_RULES([yes])

AGS_PROG_PANDOC([$srcdir/lua/write_feature_check.lua])
Expand Down

0 comments on commit a543274

Please sign in to comment.