From 57d8c30e4cbecea3b4216e4e650c4c0a3e160ed2 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Tue, 18 Apr 2000 20:26:49 +0000 Subject: [PATCH] Include the directory redhat in the build process. --- Makefile.am | 5 ++++- configure.in | 2 +- redhat/Makefile.am | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 redhat/Makefile.am diff --git a/Makefile.am b/Makefile.am index 0ea29c83..2af113d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,12 @@ AUTOMAKE_OPTIONS = gnits -SUBDIRS = m4 lib cipher src doc +SUBDIRS = m4 lib cipher src doc redhat ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = TODO +ChangeLog: + rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" | \ + sed -e 's,/home/CVS/tinc/cabal/,,g' > $@ diff --git a/configure.in b/configure.in index af39bf60..3d4dc235 100644 --- a/configure.in +++ b/configure.in @@ -61,4 +61,4 @@ else fi AC_OUTPUT([Makefile src/Makefile cipher/Makefile cipher/blowfish/Makefile -cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile]) +cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile redhat/Makefile]) diff --git a/redhat/Makefile.am b/redhat/Makefile.am new file mode 100644 index 00000000..1eaf7d6a --- /dev/null +++ b/redhat/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = tinc tinc.spec -- 2.20.1