This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ba1059c173ac8f4845464c4f91d1890898f729a0 (commit)
from d9abb0a70869bdf4546d9cd0de39461773a1638f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ba1059c173ac8f4845464c4f91d1…
commit ba1059c173ac8f4845464c4f91d1890898f729a0
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Oct 30 13:19:58 2017 +0100
Move additional libraries to appropriate place
According to
https://www.gnu.org/software/automake/manual/automake.html#Libtool-Flags
the libraries supposed to be added to *_LDADD or *_LIBADD
while *_LDFLAGS should contain additional libtool linking
flags. Previously we used both. Let's unify this and move all the
libraries into proper automake variable. While at it - also add
libosmocore.la for tests to LDADD since all the tests link against it
anyway.
Change-Id: Ia657a66db75df831421af5df1175a992da5ba80f
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 6 ++--
src/ctrl/Makefile.am | 4 +--
src/gb/Makefile.am | 4 +--
src/gsm/Makefile.am | 4 +--
src/sim/Makefile.am | 2 +-
src/vty/Makefile.am | 4 +--
tests/Makefile.am | 82 ++++++++++++++++++++++------------------------------
7 files changed, 46 insertions(+), 60 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications