e229cfb8da9e5b9a720e4c36743a26e54f5f9ba4
[platform/upstream/cryptsetup.git] / lib / verity / Makefile.am
1 moduledir = $(libdir)/cryptsetup
2
3 noinst_LTLIBRARIES = libverity.la
4
5 libverity_la_CFLAGS = -Wall @CRYPTO_CFLAGS@
6
7 libverity_la_SOURCES = \
8         verity_hash.c \
9         verity.c \
10         verity.h
11
12 INCLUDES = -D_GNU_SOURCE                        \
13         -D_LARGEFILE64_SOURCE                   \
14         -D_FILE_OFFSET_BITS=64                  \
15         -I$(top_srcdir)/lib                     \
16         -I$(top_srcdir)/lib/crypto_backend