11
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
libosmo-crypt-a53/src/Makefile.am

13 lines
476 B
Makefile

# 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