blob: f7877fe2940daec61e43396454b0400eb555805d [file] [log] [blame]
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02001# This is _NOT_ the library release version, it's an API version.
Max4e72ee02016-12-13 18:41:17 +01002# Please read chapter "Library interface versions" of the libtool documentation
3# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
Pau Espin Pedrola1584d22022-06-28 17:00:51 +02004LIBVERSION=3:1:3
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02005
Pau Espin Pedrol88955fb2023-01-18 18:54:00 +01006AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
Vadim Yanitskiy8fbaad62022-11-09 02:27:25 +07007AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02008
Harald Welte898ffef2017-05-15 21:37:34 +02009if ENABLE_PSEUDOTALLOC
10AM_CPPFLAGS += -I$(top_srcdir)/src/pseudotalloc
11endif
12
13
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +020014lib_LTLIBRARIES = libosmocodec.la
15
Mychaela N. Falconia8fa13c62023-05-12 17:04:06 +000016libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c ecu.c ecu_fr.c \
17 ecu_fr_old.c
Holger Hans Peter Freyther45cdaa02013-03-03 10:07:16 +010018libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Pau Espin Pedrold4c3dc82023-01-18 17:04:04 +010019libosmocodec_la_LIBADD = $(top_builddir)/src/core/libosmocore.la