From: Christopher Peplin Date: Thu, 7 Jul 2016 13:37:16 +0000 (-0400) Subject: Add missing libraries to Makefile. X-Git-Tag: 3.99.1~104^2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=50722a2a61106b7b8eb0774edf53be3c1255cd59;p=apps%2Flow-level-can-service.git Add missing libraries to Makefile. --- diff --git a/Makefile b/Makefile index fe84163..90165ba 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC = gcc INCLUDES = -Isrc -Ideps/bitfield-c/src CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -std=gnu99 -coverage -LDFLAGS = -coverage -lm -LDLIBS = -lcheck +LDFLAGS = -coverage +LDLIBS = -lcheck -lm -lrt -lpthread TEST_DIR = tests TEST_OBJDIR = build