From 272bd4fa6611bfb4f7a9fc9a46184709f984f3c1 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 31 Aug 2017 17:53:04 +0700 Subject: Makefile.am: fix missing LTLDFLAGS for libosmocoding Despite the libosmocoding.map is preset since the library release, one was not used in a proper way. The LTLDFLAGS were missing, so let's add them. Change-Id: Idf677825ff642d50bea43c7f970810783e864fdd --- configure.ac | 1 + src/coding/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 5821ad36..33c151e7 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,7 @@ case $host in esac AC_SUBST(LTLDFLAGS_OSMOGB) AC_SUBST(LTLDFLAGS_OSMOGSM) +AC_SUBST(LTLDFLAGS_OSMOCODING) dnl checks for header files AC_HEADER_STDC diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am index 06e55e56..dcbbd8ff 100644 --- a/src/coding/Makefile.am +++ b/src/coding/Makefile.am @@ -22,6 +22,7 @@ libosmocoding_la_SOURCES = \ gsm0503_parity.c \ gsm0503_coding.c libosmocoding_la_LDFLAGS = \ + $(LTLDFLAGS_OSMOCODING) \ -version-info \ $(LIBVERSION) \ -no-undefined \ -- cgit v1.2.3