summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-07-05 16:46:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-07-05 16:46:27 +0200
commitfeeb7602a9b386dfdd61190ce633a3b56a10c68f (patch)
tree44be1198f1bd797c9c0c84337ec1a0a1652521ea /configure.ac
parentd0a3a2b094f4057d8584e82deffb183a9b03b10d (diff)
Add tool for creating argon2 hased passwords.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 41440bc..83fd306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@
AC_INIT([munia], [0.1.0])
AC_CONFIG_SRCDIR([src/muniad.cc])
AM_INIT_AUTOMAKE
+LT_INIT
AM_SILENT_RULES([yes])