diff options
Diffstat (limited to 'src/authorization/Makefile.am')
-rw-r--r-- | src/authorization/Makefile.am | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/authorization/Makefile.am b/src/authorization/Makefile.am index cfcd89e..c99c6b4 100644 --- a/src/authorization/Makefile.am +++ b/src/authorization/Makefile.am | |||
@@ -69,7 +69,8 @@ plugin_LTLIBRARIES = \ | |||
69 | libanastasis_plugin_authorization_file.la \ | 69 | libanastasis_plugin_authorization_file.la \ |
70 | libanastasis_plugin_authorization_iban.la \ | 70 | libanastasis_plugin_authorization_iban.la \ |
71 | libanastasis_plugin_authorization_post.la \ | 71 | libanastasis_plugin_authorization_post.la \ |
72 | libanastasis_plugin_authorization_sms.la | 72 | libanastasis_plugin_authorization_sms.la \ |
73 | libanastasis_plugin_authorization_totp.la | ||
73 | 74 | ||
74 | 75 | ||
75 | libanastasis_plugin_authorization_file_la_SOURCES = \ | 76 | libanastasis_plugin_authorization_file_la_SOURCES = \ |
@@ -151,3 +152,21 @@ libanastasis_plugin_authorization_sms_la_LDFLAGS = \ | |||
151 | -ljansson \ | 152 | -ljansson \ |
152 | -lmicrohttpd \ | 153 | -lmicrohttpd \ |
153 | $(XLIB) | 154 | $(XLIB) |
155 | |||
156 | |||
157 | libanastasis_plugin_authorization_totp_la_SOURCES = \ | ||
158 | anastasis_authorization_plugin_totp.c | ||
159 | libanastasis_plugin_authorization_totp_la_LIBADD = \ | ||
160 | $(LTLIBINTL) | ||
161 | libanastasis_plugin_authorization_totp_la_LDFLAGS = \ | ||
162 | $(ANASTASIS_PLUGIN_LDFLAGS) \ | ||
163 | $(top_builddir)/src/stasis/libanastasisdb.la \ | ||
164 | -ltalerjson \ | ||
165 | -ltalermhd \ | ||
166 | -ltalerutil \ | ||
167 | -lgnunetjson \ | ||
168 | -lgnunetutil \ | ||
169 | -ljansson \ | ||
170 | -lmicrohttpd \ | ||
171 | -lgcrypt \ | ||
172 | $(XLIB) | ||