blob: b4834e528a8acb295339fc6ac38f00a0e92ada14 [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
Jan Engelhardt9ffeb972013-06-03 01:59:25 +02005AM_CPPFLAGS = -I$(top_srcdir)/include
6AM_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