This commit is contained in:
pdw
2002-03-29 18:52:51 +00:00
parent 75eaa8dd54
commit d5d3ccb0be
2 changed files with 342 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ LDLIBS += -lpcap -lpthread -lcurses -lm
SRCS = iftop.c addr_hash.c hash.c ns_hash.c resolver.c ui.c util.c sorted_list.c
HDRS = addr_hash.h hash.h iftop.h ns_hash.h resolver.h sorted_list.h ui.h
TXTS = README CHANGES INSTALL TODO iftop.8
TXTS = README CHANGES INSTALL TODO iftop.8 COPYING
OBJS = $(SRCS:.c=.o)