summaryrefslogtreecommitdiff
path: root/libsylph/Makefile.am
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-08 15:01:45 +0100
committerSimeon Simeonov2018-03-08 15:01:45 +0100
commit57944f6147f077ccf4d84b9d2659f4e8645e8858 (patch)
treeb5a4f7af257058fb602d36590568ffd06681f6cd /libsylph/Makefile.am
parent9bcc1f9650eb2d9dff7a78c632dcc14dfcfac9ee (diff)
Reastructure master password functionality
Diffstat (limited to 'libsylph/Makefile.am')
-rw-r--r--libsylph/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am
index 8f2b76b..40d26a9 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -19,6 +19,7 @@ libsylph_0_la_SOURCES = \
19 folder.c \ 19 folder.c \
20 html.c \ 20 html.c \
21 imap.c \ 21 imap.c \
22 masterpassword.c \
22 mbox.c \ 23 mbox.c \
23 md5.c \ 24 md5.c \
24 md5_hmac.c \ 25 md5_hmac.c \
@@ -62,6 +63,7 @@ libsylph_0include_HEADERS = \
62 folder.h \ 63 folder.h \
63 html.h \ 64 html.h \
64 imap.h \ 65 imap.h \
66 masterpassword.h \
65 mbox.h \ 67 mbox.h \
66 md5.h \ 68 md5.h \
67 md5_hmac.h \ 69 md5_hmac.h \