blob: 665768c6f299d56f88e28a5ca2a6a84759e956d0 [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
5INCLUDES = $(all_includes) -I$(top_srcdir)/include
Diego Elio Pettenòc5f055f2012-06-29 13:01:29 -07006AM_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
Sylvain Munaut98d77bd2012-05-14 20:40:39 +020011libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION)