[PATCH] openbsc[master]: configure.ac: Add subdir-objects

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vasil Velichkov gerrit-no-reply at lists.osmocom.org
Wed Jan 3 19:12:02 UTC 2018


Review at  https://gerrit.osmocom.org/5633

configure.ac: Add subdir-objects

And ignore some autoreconf generated files

Change-Id: I7911669662f474ee60d211665fb87c3992589f11
---
M openbsc/.gitignore
M openbsc/configure.ac
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/33/5633/1

diff --git a/openbsc/.gitignore b/openbsc/.gitignore
index 3a811e7..683e5cf 100644
--- a/openbsc/.gitignore
+++ b/openbsc/.gitignore
@@ -37,6 +37,11 @@
 stamp-h1
 libtool
 ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
 
 # git-version-gen magic
 .tarball-version
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index a0df05f..8b200dd 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -6,7 +6,7 @@
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
 AC_CONFIG_AUX_DIR([.])
 
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
 AC_CONFIG_TESTDIR(tests)
 
 dnl kernel style compile messages

-- 
To view, visit https://gerrit.osmocom.org/5633
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7911669662f474ee60d211665fb87c3992589f11
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Vasil Velichkov <vvvelichkov at gmail.com>



More information about the gerrit-log mailing list