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
This commit is contained in:
Vadim Yanitskiy 2017-08-31 17:53:04 +07:00
parent 483cdffeb8
commit 272bd4fa66
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -22,6 +22,7 @@ libosmocoding_la_SOURCES = \
gsm0503_parity.c \
gsm0503_coding.c
libosmocoding_la_LDFLAGS = \
$(LTLDFLAGS_OSMOCODING) \
-version-info \
$(LIBVERSION) \
-no-undefined \