aboutsummaryrefslogtreecommitdiff
path: root/client/wolfssl/wolfcrypt/user-crypto/Makefile.am
blob: d9c3ae39150fb94d2e9d0544b6f78b8db972ffa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
AM_CFLAGS=-I m4

#add in wolfssl directory
AM_CPPFLAGS+=-I$(abs_srcdir)/../../ -I$(srcdir)/include/
lib_LTLIBRARIES = lib/libusercrypto.la
lib_libusercrypto_la_CPPFLAGS = $(AM_CPPFLAGS)
lib_libusercrypto_la_LDFLAGS = $(AM_LDFLAGS)
lib_libusercrypto_la_SOURCES = src/rsa.c
include_HEADERS = include/user_rsa.h