summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5ca000..0067f0a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ OBJDIR ?= obj
PACKAGES = libmicrohttpd libcjson sqlite3
-LIBS = -lm
+LIBS = -lm -lcrypt
INCS = -Isrc/ -Igen/ -I.
CFLAGS ?= -O3 -D_FORTIFY_SOURCE=2 -Wall -g