aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: d329b4a9f82dfcf1a68f10ff3a63dd382e71d8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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

INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall $(LIBOSMOCORE_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)

lib_LTLIBRARIES = libosmo-crypto-a53.la

libosmo_crypto_a53_la_SOURCES = a53f.c kgcore.c kasumi.c osmocom.c
libosmo_crypto_a53_la_LDFLAGS = -shared