misc: Put git-version-gen into the tarball
[osmocom-bb.git] / src / codec / Makefile.am
1 # 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
3 LIBVERSION=0:0:0
4
5 INCLUDES = $(all_includes) -I$(top_srcdir)/include
6 AM_CFLAGS = -fPIC -Wall
7
8 lib_LTLIBRARIES = libosmocodec.la
9
10 libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
11 libosmocodec_la_LDFALGS = -version-info $(LIBVERSION)