Adding upstream version 1.9.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ddf4b25f8f
commit
49fcf7364a
88 changed files with 62468 additions and 0 deletions
18
Makefile.am
Normal file
18
Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
# Files to be included in distribution
|
||||
EXTRA_DIST = ent/entitle.gif init.d/service.fedora init.d/service.redhat \
|
||||
init.d/sysv.lsb init.d/sysv.redhat nist/template9 \
|
||||
contrib/diags/data_prep.c contrib/diags/bins.p contrib/diags/inc.p \
|
||||
contrib/diags/lognorm.r contrib/diags/lognorm.sh \
|
||||
haveged.spec contrib/build/build.sh contrib/build/lib.spec contrib/build/nolib.spec \
|
||||
contrib/build/havege_sample.c contrib/build/fedora.spec
|
||||
|
||||
# programs used in check targets
|
||||
EXTRA_PROGRAMS = ent/entest nist/nist
|
||||
|
||||
# Build install script and tests as necessary
|
||||
SUBDIRS = src init.d man ent nist
|
||||
|
||||
# check entire package
|
||||
DISTCHECK_CONFIGURE_FLAGS = "--enable-nistest"
|
Loading…
Add table
Add a link
Reference in a new issue