blob: bb01b9d348536fec95bef72e449bb545e816d4c8 [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 Pedrolaca2c722023-09-12 13:15:53 +02004LIBVERSION=4:0:0
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
Pau Espin Pedrold9d61b02023-05-18 10:54:26 +020016libosmocodec_la_SOURCES = \
17 gsm610.c \
18 gsm620.c \
19 gsm660.c \
20 gsm690.c \
21 ecu.c \
22 ecu_fr.c \
23 ecu_fr_old.c \
24 $(NULL)
Holger Hans Peter Freyther45cdaa02013-03-03 10:07:16 +010025libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Pau Espin Pedrold4c3dc82023-01-18 17:04:04 +010026libosmocodec_la_LIBADD = $(top_builddir)/src/core/libosmocore.la