From bdfbc59b7db7aa965d9d016286b10e1b571c0c4d Mon Sep 17 00:00:00 2001 From: pdw <> Date: Sat, 11 Oct 2003 15:59:40 +0000 Subject: [PATCH] Re-added spec file. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9a78924..a0ba399 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,13 +29,16 @@ SUBDIRS = config iftop.cat: iftop.8 (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat +iftop.spec: iftop.spec.in + sed 's/__VERSION__/$(VERSION)/' < iftop.spec.in > iftop.spec + ## These need to be distributed along with configure: EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \ - Makefile.OLD $(man_MANS) iftop.cat + Makefile.OLD $(man_MANS) iftop.cat iftop.spec MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \ - stamp-h.in + stamp-h.in iftop.spec ACLOCAL = aclocal -I @ac_aux_dir@