projects
/
platform
/
upstream
/
cryptsetup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported upstream version 1.6.7
[platform/upstream/cryptsetup.git]
/
lib
/
luks1
/
Makefile.am
1
moduledir = $(libdir)/cryptsetup
2
3
noinst_LTLIBRARIES = libluks1.la
4
5
libluks1_la_CFLAGS = -Wall $(AM_CFLAGS) @CRYPTO_CFLAGS@
6
7
libluks1_la_SOURCES = \
8
af.c \
9
keymanage.c \
10
keyencryption.c \
11
af.h \
12
luks.h
13
14
AM_CPPFLAGS = -include config.h \
15
-I$(top_srcdir)/lib \
16
-I$(top_srcdir)/lib/crypto_backend
17