diff options
author | David Lamparter <equinox@diac24.net> | 2013-06-01 00:23:31 +0000 |
---|---|---|
committer | root <root@beaglebone.(none)> | 2013-06-01 00:23:31 +0000 |
commit | ae9fdcca4cbe82f00166912a9ab78dffdf5be492 (patch) | |
tree | b10fd3ae6ddb6faa3f1c965774b3e3181de1130f /cethcan/Makefile | |
parent | b7e8785f3c304423bf8b766c378252d59541d581 (diff) |
cethcan: beancounters support
Diffstat (limited to 'cethcan/Makefile')
-rw-r--r-- | cethcan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cethcan/Makefile b/cethcan/Makefile index a61d256..5368ef0 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 socketcan.o +cethcan: main.o can.o ether.o light.o beanctr.o http.o socketcan.o gcc -g -o $@ `pkg-config --libs $(PKGS)` -lcrypto $^ clean: |