blob: 5a54c42d4bef6ad9faac6e2b1c822d94e0c6ec4d [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
6AM_CFLAGS = -fPIC -Wall
7
8lib_LTLIBRARIES = libosmocodec.la
9
10libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
Harald Welte75337052011-05-08 14:35:40 +020011libosmocodec_la_LDFALGS = -version-info $(LIBVERSION)