summaryrefslogtreecommitdiff
path: root/lib/verity/Makefile.am
blob: e229cfb8da9e5b9a720e4c36743a26e54f5f9ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
moduledir = $(libdir)/cryptsetup

noinst_LTLIBRARIES = libverity.la

libverity_la_CFLAGS = -Wall @CRYPTO_CFLAGS@

libverity_la_SOURCES = \
	verity_hash.c \
	verity.c \
	verity.h

INCLUDES = -D_GNU_SOURCE			\
	-D_LARGEFILE64_SOURCE                   \
	-D_FILE_OFFSET_BITS=64                  \
        -I$(top_srcdir)/lib			\
        -I$(top_srcdir)/lib/crypto_backend