From: Max <[email protected]>

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

diff --git a/.gitignore b/.gitignore
index 6cc9aa5..df344ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,8 @@ configure
 depcomp
 install-sh
 missing
-libtool
+*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