summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-12 15:08:06 +0100
committerSimon Rettberg2015-02-12 15:08:06 +0100
commitc3a94473055e098a52ef865a4d2942a1a7d8bf7c (patch)
tree44618726d10d9a80c065bd9b9fd88405e0bec90e /Makefile
parentAdd OpenSSL-Support (Client<->Proxy) (diff)
downloadldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.tar.gz
ldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.tar.xz
ldadp-c3a94473055e098a52ef865a4d2942a1a7d8bf7c.zip
Hack in support for numeric account names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdbc8b1..52d6a19 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ CC=gcc
CFLAGS=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
#CC=clang
#CFLAGS=-g -pipe -fsanitize=address -O1 -fno-omit-frame-pointer -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
-LIBS+=-lowfat -lssl
+LIBS+=-lowfat -lssl -lcrypto
%.o: %.c
$(CC) $(CFLAGS) -c $<