]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - latester/Makefile.omk
latester: Fix GCC 4.9 warnings
[can-benchmark.git] / latester / Makefile.omk
index 0d1e2be32260f2428cb7dfa63c93582cc46ff646..c9b8e35dc1c0de7a0910329a56d9379d94d38116 100644 (file)
@@ -1,9 +1,12 @@
 # -*- makefile -*-
 
-bin_PROGRAMS += latester
-latester_SOURCES = latester.c
+bin_PROGRAMS += latester vcanbench
+latester_SOURCES = latester.c canframelen.c
 latester_LIBS = rt pthread m talloc popt #ulut
 
+vcanbench_SOURCES = vcanbench.c
+vcanbench_LIBS = rt m talloc
+
 INCLUDES = -DSO_RXQ_OVFL=40 \
           -DPF_CAN=29 \
           -DAF_CAN=PF_CAN
@@ -11,3 +14,6 @@ INCLUDES = -DSO_RXQ_OVFL=40 \
 
 bin_PROGRAMS += setpgid
 setpgid_SOURCES = setpgid.c
+
+bin_PROGRAMS += test
+test_SOURCES = test.c canframelen.c