1
0
Fork 0
haveged/Makefile.am
Daniel Baumann 363454abff
Merging upstream version 1.9.19 (Closes: #999811, #1078052):
- haveged can be run as an application if also running as a daemon (Closes: #998382).

Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 13:12:32 +01:00

17 lines
696 B
Makefile

## Process this file with automake to produce Makefile.in
# Files to be included in distribution
EXTRA_DIST = ent/entitle.gif 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 man ent nist
# check entire package
DISTCHECK_CONFIGURE_FLAGS = "--enable-nistest"