parsehosts.c = first step to independent hosts parser
[svn/Prometheus-QoS/.git] / Makefile
index 0c98b1737dd35c4afea1b47063c4a41107aac1a9..05d120be51d29048e01b4c6ada3a85c87510a702 100644 (file)
--- 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
This page took 0.119078 seconds and 4 git commands to generate.