summaryrefslogtreecommitdiff
path: root/cethcan/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2013-06-01 00:00:46 +0200
committerDavid Lamparter <equinox@diac24.net>2013-06-01 00:00:46 +0200
commitcd4484ab068678edfa9335a1c6d7c91b93793970 (patch)
tree0eb05ebd8752216c704280ed6e97b7c6e68c0f01 /cethcan/Makefile
parentd18e85802a7878450d84bb9190cce0e368c55515 (diff)
socketcan v0
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 ca4a433..a61d256 100644
--- a/cethcan/Makefile
+++ b/cethcan/Makefile
@@ -3,7 +3,7 @@ love: cethcan
PKGS="libevent jansson"
-cethcan: main.o can.o ether.o light.o http.o
+cethcan: main.o can.o ether.o light.o http.o socketcan.o
gcc -g -o $@ `pkg-config --libs $(PKGS)` -lcrypto $^
clean: