Skip to content

Commit

Permalink
Set subdir-objects automake option for whole project (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
radosroka committed Jan 4, 2021
1 parent a2ec591 commit 09c2af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])

AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE(foreign subdir-objects)
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = tests
CONFIG_CLEAN_FILES = *.loT *.rej *.orig

Expand Down

0 comments on commit 09c2af1

Please sign in to comment.