summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2012-06-09 18:28:00 +0200
committerMilan Broz <gmazyland@gmail.com>2012-06-09 18:28:00 +0200
commit6d07be898ddc956171468f596bd36f9361d7632c (patch)
treef1f06b504784518b628c9105a58307e358e2ddb2 /src/Makefile.am
parentade21e6c60109ffc40704232f444fc1d4f7386d9 (diff)
downloadcryptsetup-6d07be898ddc956171468f596bd36f9361d7632c.tar.gz
cryptsetup-6d07be898ddc956171468f596bd36f9361d7632c.tar.bz2
cryptsetup-6d07be898ddc956171468f596bd36f9361d7632c.zip
Enhance status of active device.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c35a5d1..473120c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,9 @@ endif
if VERITYSETUP
veritysetup_SOURCES = \
- veritysetup.c
+ $(top_builddir)/lib/utils_loop.c \
+ veritysetup.c \
+ cryptsetup.h
veritysetup_LDADD = \
$(top_builddir)/lib/libcryptsetup.la \