diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-06-09 18:28:00 +0200 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-06-09 18:28:00 +0200 |
commit | 6d07be898ddc956171468f596bd36f9361d7632c (patch) | |
tree | f1f06b504784518b628c9105a58307e358e2ddb2 /src/Makefile.am | |
parent | ade21e6c60109ffc40704232f444fc1d4f7386d9 (diff) | |
download | cryptsetup-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.am | 4 |
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 \ |