From 2135e5233980e025c6401dfd417cbab6590d76a8 Mon Sep 17 00:00:00 2001 From: Dan Staples Date: Tue, 8 Apr 2014 13:18:12 -0400 Subject: [PATCH] use syslog by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa99da8..53f5cdc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-g +CFLAGS+=-g -DUSESYSLOG LDFLAGS+=-lcommotion -lcommotion_serval-sas -lavahi-core -lavahi-common -luci TEST_OBJS=util.o commotion-service-manager.o OBJS=$(TEST_OBJS) main.o @@ -13,7 +13,7 @@ endif openwrt: commotion-service-manager ifeq ($(MAKECMDGOALS),linux) -CFLAGS+=-DUSE_UCI -DUSESYSLOG -DUCIPATH="\"/opt/luci-commotion/etc/config\"" +CFLAGS+=-DUSE_UCI -DUCIPATH="\"/opt/luci-commotion/etc/config\"" OBJS+=uci-utils.o endif linux: commotion-service-manager