1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

- Chart: linear average improved (performance)

- Chart: gaussian average implemented


git-svn-id: file:///home/jan/tmp/wetterstation/trunk@225 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2007-04-18 15:19:34 +00:00
parent 022071a473
commit 85fd3d1859
12 changed files with 140 additions and 53 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ LD = gcc
RM = rm
CFLAGS = $(PackageFlags) -c
LDFLAS = $(PackageFlags) -o
LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype
LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype -lefence
#INCL = -I$$(pg_config --includedir)
BIN_NAME = weather_chart