diff options
Diffstat (limited to 'g13/Makefile.am')
-rw-r--r-- | g13/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am index 34d5baf4b..4244a747a 100644 --- a/g13/Makefile.am +++ b/g13/Makefile.am @@ -45,7 +45,8 @@ g13_SOURCES = \ runner.c runner.h \ backend.c backend.h \ be-encfs.c be-encfs.h \ - be-truecrypt.c be-truecrypt.h + be-truecrypt.c be-truecrypt.h \ + be-dmcrypt.c be-dmcrypt.h g13_LDADD = $(libcommonpth) \ $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \ |