From e5093c5e065471ae0ef6f61f16b421ae2a9f0dbd Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Fri, 21 Jun 2013 17:10:52 +0400 Subject: [PATCH] [STYLE] Makefile --- daemon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/Makefile b/daemon/Makefile index 8e1da97..0b7e28a 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -37,7 +37,7 @@ DAEMON_SRCS_HOST := \ threads.c \ da_debug.c \ da_data.c \ - utils.c \ + utils.c \ sys_stat.c @@ -57,7 +57,7 @@ LIBS_COMMON := -lglib-2.0 \ -lsmack \ -lcapi-system-info -LIBS_COMMON_HOST := -lglib-2.0 +LIBS_COMMON_HOST := -lglib-2.0 HOST_BUILD := -DHOST_BUILD=1 -DLOCALTEST=1 -O0 -g DEBUG_ON := -DDEBUG=1 FLAGS = -pthread -Wall -- 2.7.4