From: Ivo Timmermans Date: Tue, 18 Apr 2000 20:26:49 +0000 (+0000) Subject: Include the directory redhat in the build process. X-Git-Tag: release-1.0pre1~86 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=57d8c30e4cbecea3b4216e4e650c4c0a3e160ed2 Include the directory redhat in the build process. --- diff --git a/Makefile.am b/Makefile.am index 0ea29c8..2af113d 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 af39bf6..3d4dc23 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 0000000..1eaf7d6 --- /dev/null +++ b/redhat/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = tinc tinc.spec