diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4a12e72d..046a518b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -255,9 +255,13 @@ 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/strprintf.h \ utils/strprintf.cpp \ utils/tostring.h \ |