From: Max <[email protected]>

Ignore cross-compilation bild byproducts.
Enable subdir-objects to increase compatibility with newer automake.
---
 .gitignore   | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6cc9aa5..439f591 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,8 @@ depcomp
 install-sh
 missing
 libtool
+arm*linux*libtool
+compile
 ltmain.sh

 core
diff --git a/configure.ac b/configure.ac
index 5274022..7a97954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([osmo-pcu],
        m4_esyscmd([./git-version-gen .tarball-version]),
        [[email protected]])

-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 AC_CONFIG_TESTDIR(tests)

 dnl kernel style compile messages
-- 
2.5.0

Reply via email to