The following changes since commit 603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff:
build: rename INCLUDES to AM_CPPFLAGS in Makefile.am to avoid warnings (2014-09-11 18:22:02 +0200)
are available in the git repository at:
git://git.inai.de/libosmo-netif HEAD
for you to fetch changes up to 226e99483234c100e5a18ea12838d98a3b091de6:
build: remove all_includes (2014-10-02 23:22:55 +0200)
----------------------------------------------------------------
Jan Engelhardt (2):
build: put dependency libraries in the right place in Makefiles
build: remove all_includes
Makefile.am | 1 -
examples/Makefile.am | 2 +-
examples/channel/Makefile.am | 2 +-
src/Makefile.am | 6 +++---
src/channel/abis/Makefile.am | 5 +++--
tests/Makefile.am | 2 +-
tests/osmo-pcap-test/Makefile.am | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
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(-)