- Chart: Makefile fixed

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@227 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2007-04-20 20:21:18 +00:00
parent 36737536e0
commit b0b46b482a
1 changed files with 1 additions and 1 deletions

View File

@ -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