summaryrefslogtreecommitdiff
path: root/cethcan/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2013-06-04 19:37:09 +0000
committerroot <root@beaglebone.local.sublab.org>2013-06-28 18:55:08 +0000
commitb9041388478bd29c15d35764c2ee20b6bdec6d9e (patch)
tree1ff7d0fa09949c754b833914571b8aff4e5df000 /cethcan/Makefile
parentc35cf61a00b0bd8c65b4aec5dc76eb235ab1dc81 (diff)
cethcan: JSON-RPC
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 37af4d6..6acbbd7 100644
--- a/cethcan/Makefile
+++ b/cethcan/Makefile
@@ -5,7 +5,7 @@ PKGS="libevent jansson"
L_CFLAGS=-g -O0 -Wall -Wextra -Wshadow -pedantic -Wno-unused-parameter -Wno-format -std=gnu99 `pkg-config --cflags $(PKGS)` $(CFLAGS)
L_LDFLAGS=-g `pkg-config --libs $(PKGS)` -lcrypto $(LDFLAGS)
-cethcan: main.o can.o ether.o light.o beanctr.o http.o socketcan.o jsonrpc.o
+cethcan: main.o can.o ether.o light.o beanctr.o http.o socketcan.o jsonrpc.o rpc.o
gcc $(L_LDFLAGS) -o $@ $^
clean: