summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-02 03:54:05 -0300
committerEuAndreh <eu@euandre.org>2024-01-02 03:55:26 -0300
commit27b7b4bdd608528b590f66bcc90dc66dd2b3854f (patch)
tree8cd484bb5e73cc1e89564126551917a2bd81ebdd /Makefile
parentMakefile: Replace $(TRANSLATIONS) with $(LANGUAGES) (diff)
downloadpindaiba-27b7b4bdd608528b590f66bcc90dc66dd2b3854f.tar.gz
pindaiba-27b7b4bdd608528b590f66bcc90dc66dd2b3854f.tar.xz
Makefile: Add missing -lsiphash dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 501b17b..ae15e05 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man
EXEC = ./
## Where to store the installation. Empty by default.
DESTDIR =
-LDLIBS =
+LDLIBS = -lsiphash