diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 046a518b..9d739685 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -255,13 +255,11 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ utils/base64.cpp \ utils/base64.h \ utils/dtor.h \ - utils/encryption.h \ - utils/encryption.cpp \ utils/fastsqrt.h \ utils/gettext.h \ utils/minmax.h \ - utils/sha2.h \ - utils/sha2.cpp \ + utils/sha256.h \ + utils/sha256.cpp \ utils/strprintf.h \ utils/strprintf.cpp \ utils/tostring.h \ |