Discussion:
libosmocore: some build fixes
Jan Engelhardt
2014-10-02 21:09:05 UTC
Permalink
The following changes since commit 336915aa0a86316ba26cdfecbf160ed643ccf301:

prepare for 0.7.0 release (2014-08-21 15:53:20 +0200)

are available in the git repository at:

git://git.inai.de/libosmocore HEAD

for you to fetch changes up to 0929c5b1d3ae71fb600120fd5c60221495b8391c:

build: fix linker error with kasumi_test (2014-10-02 22:33:24 +0200)

----------------------------------------------------------------
Jan Engelhardt (5):
utils: resolve compiler warnings on implicit declarations
build: resolve link failure in libosmogsm when --disable-talloc is used
build: always install our talloc.h
build: remove unused all_includes and use AM_CPPFLAGS
build: fix linker error with kasumi_test

Makefile.am | 1 -
include/Makefile.am | 2 --
src/Makefile.am | 3 ++-
src/codec/Makefile.am | 3 ++-
src/gb/Makefile.am | 3 ++-
src/gsm/Makefile.am | 6 +++++-
src/vty/Makefile.am | 3 ++-
tests/Makefile.am | 6 +++---
utils/Makefile.am | 3 ++-
utils/osmo-auc-gen.c | 1 +
10 files changed, 19 insertions(+), 12 deletions(-)

Loading...