]> 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 b91f16e475219a6e4257efe4ee5545a3197fc098..c9b8e35dc1c0de7a0910329a56d9379d94d38116 100644 (file)
@@ -1,10 +1,19 @@
 # -*- makefile -*-
 
-bin_PROGRAMS += latester
-latester_SOURCES = latester.c
-latester_LIBS = rt pthread m #ulut
+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
 
+
+bin_PROGRAMS += setpgid
+setpgid_SOURCES = setpgid.c
+
+bin_PROGRAMS += test
+test_SOURCES = test.c canframelen.c