bugfixes
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@138 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
0f5daf8844
commit
878321027c
|
|
@ -6,7 +6,7 @@ LDFLAS = -o
|
||||||
LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype
|
LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype
|
||||||
#INCL = -I$$(pg_config --includedir)
|
#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
|
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
|
CONF_NAME = chart.conf
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ CFLAGS = -c
|
||||||
LDFLAS = -o
|
LDFLAS = -o
|
||||||
INCL = -I$$(pg_config --includedir)
|
INCL = -I$$(pg_config --includedir)
|
||||||
|
|
||||||
BIN_NAME = checksensor
|
BIN_NAME = weather_checksensor
|
||||||
OBJS = checksensor.o config.o mailer.o
|
OBJS = checksensor.o config.o mailer.o
|
||||||
|
|
||||||
CONF_NAME = checksensor.conf
|
CONF_NAME = checksensor.conf
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Files = structure.sql reademe COPYING
|
Files = structure.dump.sql reademe COPYING
|
||||||
Dest = /usr/share/doc/weatherstation-database/
|
Dest = /usr/share/doc/weatherstation-database/
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue