blob: 5c69c285828c63134df8fe3f3e3f59e8bcc06ab6 [file] [log] [blame]
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
3LIBVERSION=0:0:0
4
Max92db1502016-05-25 18:13:51 +02005AM_CPPFLAGS = -I$(top_srcdir)/include $(TALLOC_CFLAGS)
Jan Engelhardt9ffeb972013-06-03 01:59:25 +02006AM_CFLAGS = -Wall
Sylvain Munaut1a4ea5b2010-10-08 15:09:16 +02007
8lib_LTLIBRARIES = libosmocodec.la
9
10libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
Holger Hans Peter Freyther45cdaa02013-03-03 10:07:16 +010011libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Anatoly Orlov63209342016-08-31 08:07:16 +020012libosmocodec_la_LIBADD = $(top_builddir)/src/libosmocore.la