X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=Makefile;h=05d120be51d29048e01b4c6ada3a85c87510a702;hp=0c98b1737dd35c4afea1b47063c4a41107aac1a9;hb=1c9cae56507516acf3eda8fcfe60a74bfe923ee4;hpb=b17a255ff81c823eb399f66001df8d4a8f9f23d3 diff --git a/Makefile b/Makefile index 0c98b17..05d120b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=prometheus -VERSION=0.8.1 +VERSION=0.8.2 CFLAGS=-std=c99 -Wall prefix=/usr mandir=$(prefix)/share/man @@ -7,7 +7,7 @@ sbindir=$(prefix)/sbin sysconfdir=/etc main: prometheus - $(CC) -o prometheus prometheus.c + $(CC) -o prometheus parsehosts.c parselogs.c prometheus.c deb: main debian/prometheus.debian