aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/Makefile.am
blob: 619897f5aa6695933f1fbe207ecb489e55ab6ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
LIBVERSION=0:0:0

AM_CPPFLAGS = -I$(top_srcdir)/include $(TALLOC_CFLAGS)
AM_CFLAGS = -Wall

lib_LTLIBRARIES = libosmocodec.la

libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined