From b0b46b482a4ccea022b438fd4798fff0718b1148 Mon Sep 17 00:00:00 2001 From: losinshi Date: Fri, 20 Apr 2007 20:21:18 +0000 Subject: [PATCH] - Chart: Makefile fixed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@227 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjob/chart/Makefile b/cronjob/chart/Makefile index 15ac906..19601d2 100644 --- a/cronjob/chart/Makefile +++ b/cronjob/chart/Makefile @@ -3,7 +3,7 @@ LD = gcc RM = rm CFLAGS = $(PackageFlags) -c LDFLAS = $(PackageFlags) -o -LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype -lefence +LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype #INCL = -I$$(pg_config --includedir) BIN_NAME = weather_chart