summaryrefslogtreecommitdiff
path: root/cethcan/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2013-03-26 21:26:32 +0100
committerDavid Lamparter <equinox@diac24.net>2013-03-26 21:26:32 +0100
commitd18e85802a7878450d84bb9190cce0e368c55515 (patch)
treeecfa6a7670fa63c07c1be45add44b542bae891a0 /cethcan/Makefile
parentac8beb0cb06e8aef35d9cfa134111e5c6ae09935 (diff)
cethcan: long poll
Diffstat (limited to 'cethcan/Makefile')
-rw-r--r--cethcan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cethcan/Makefile b/cethcan/Makefile
index 633c2f6..ca4a433 100644
--- a/cethcan/Makefile
+++ b/cethcan/Makefile
@@ -4,7 +4,7 @@ love: cethcan
PKGS="libevent jansson"
cethcan: main.o can.o ether.o light.o http.o
- gcc -g -o $@ `pkg-config --libs $(PKGS)` $^
+ gcc -g -o $@ `pkg-config --libs $(PKGS)` -lcrypto $^
clean:
rm -f *.o *.y.c *.y.h *.l.c cethcan