diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2015-08-19 11:15:14 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2015-08-19 11:15:14 +0200 |
commit | 69b1b8bea6cabb34f9a107fa549cd91956122c24 (patch) | |
tree | cc7940ada31fd3b92f7041ec2e0bcaa66291caee | |
parent | 0d727855686c9e857b608d7b8b22bfdf7c618b07 (diff) |
build: Enable subdir-objects
This fixes warning (and even build on some newer automake).
This should now work in the CI as well thanks to the fix for tests.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index acd153d1..c4922772 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([libosmocore], m4_esyscmd([./git-version-gen .tarball-version]), [openbsc@lists.osmocom.org]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6 subdir-objects]) AC_CONFIG_TESTDIR(tests) dnl kernel style compile messages |