From 878321027cf1da24928da2941d0d179411df81e1 Mon Sep 17 00:00:00 2001 From: losinshi Date: Tue, 26 Sep 2006 17:32:45 +0000 Subject: [PATCH] bugfixes git-svn-id: file:///home/jan/tmp/wetterstation/trunk@138 dd492736-c11a-0410-ad51-8c26713eaf7f --- cronjob/chart/Makefile | 2 +- cronjob/checksensor/Makefile | 2 +- database/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cronjob/chart/Makefile b/cronjob/chart/Makefile index d0b4869..6060618 100644 --- a/cronjob/chart/Makefile +++ b/cronjob/chart/Makefile @@ -6,7 +6,7 @@ LDFLAS = -o LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype #INCL = -I$$(pg_config --includedir) -BIN_NAME = chart +BIN_NAME = weather_chart OBJS = chart.o config.o common.o image_file/image_file.o image_file/image_config.o image_file/image_draw.o image_file/image_common.o image_file/image_data.o CONF_NAME = chart.conf diff --git a/cronjob/checksensor/Makefile b/cronjob/checksensor/Makefile index e55b912..2ad9bb3 100644 --- a/cronjob/checksensor/Makefile +++ b/cronjob/checksensor/Makefile @@ -5,7 +5,7 @@ CFLAGS = -c LDFLAS = -o INCL = -I$$(pg_config --includedir) -BIN_NAME = checksensor +BIN_NAME = weather_checksensor OBJS = checksensor.o config.o mailer.o CONF_NAME = checksensor.conf diff --git a/database/Makefile b/database/Makefile index 1b912cb..7f0c542 100644 --- a/database/Makefile +++ b/database/Makefile @@ -1,4 +1,4 @@ -Files = structure.sql reademe COPYING +Files = structure.dump.sql reademe COPYING Dest = /usr/share/doc/weatherstation-database/ install: