Include the directory redhat in the build process.
This commit is contained in:
parent
0b02ebc4d9
commit
57d8c30e4c
3 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,12 @@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnits
|
AUTOMAKE_OPTIONS = gnits
|
||||||
|
|
||||||
SUBDIRS = m4 lib cipher src doc
|
SUBDIRS = m4 lib cipher src doc redhat
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
EXTRA_DIST = TODO
|
EXTRA_DIST = TODO
|
||||||
|
|
||||||
|
ChangeLog:
|
||||||
|
rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" | \
|
||||||
|
sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
|
||||||
|
|
|
@ -61,4 +61,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_OUTPUT([Makefile src/Makefile cipher/Makefile cipher/blowfish/Makefile
|
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])
|
||||||
|
|
1
redhat/Makefile.am
Normal file
1
redhat/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = tinc tinc.spec
|
Loading…
Reference in a new issue