From 76ef3cbcdf9cc86746d7da7d0e54f9d5ae08aa15 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Tue, 22 Oct 2002 11:20:34 +0000 Subject: [PATCH] Include iftop.spec.in in dist. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3ea3dc..2507203 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ 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 options.h sll.h\ serv_hash.h threadprof.h ether.h ip.h tcp.h TXTS = README CHANGES INSTALL TODO iftop.8 COPYING -SPECFILE = iftop.spec +SPECFILE = iftop.spec iftop.spec.in OBJS = $(SRCS:.c=.o)