some small changes to get nethogs into a more releaseable state again

This commit is contained in:
Arnout Engelen
2008-06-08 20:49:49 +00:00
parent c0e6a385e4
commit b8cbc9b6f5
5 changed files with 17 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
VERSION := 0
SUBVERSION := 6
MINORVERSION := 2pre2
SUBVERSION := 7
MINORVERSION := snapshot
#DESTDIR := /usr
DESTDIR := /usr/local
@@ -8,7 +8,8 @@ DESTDIR := /usr/local
bin := $(DESTDIR)/bin
man8 := $(DESTDIR)/share/man/man8/
all: nethogs decpcap_test nethogs_testsum
all: nethogs decpcap_test
# nethogs_testsum
CFLAGS=-g -Wall
#CFLAGS=-O2