summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2011-03-12 20:23:16 +0000
committerMilan Broz <gmazyland@gmail.com>2011-03-12 20:23:16 +0000
commitbe3448fb8a408258565de17613b7350205e19064 (patch)
tree9e107f03fc9c5e02d19557d7cb0f3753db66910f /lib/Makefile.am
parentd9ba34693fd4920ca73597395db8399e10388eff (diff)
downloadcryptsetup-be3448fb8a408258565de17613b7350205e19064.tar.gz
cryptsetup-be3448fb8a408258565de17613b7350205e19064.tar.bz2
cryptsetup-be3448fb8a408258565de17613b7350205e19064.zip
Separate loop handling from internal code.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@444 36d66b0a-2a48-0410-832c-cd162a569da5
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d136642..2eb01a8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -52,6 +52,7 @@ libcryptsetup_la_SOURCES = \
utils_crypt.h \
utils_debug.c \
utils_loop.c \
+ utils_loop.h \
libdevmapper.c \
volumekey.c \
random.c \