1
0
Fork 0
haveged/ent/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

23 lines
403 B
Makefile

## Process this file with automake to produce Makefile.in.
if ENABLE_ENT_TEST
check_PROGRAMS = entest
endif
AM_CFLAGS=-Wall
entest_LDADD = -lm
entest_SOURCES = entest.c iso8859.c randtest.c chisq.c iso8859.h randtest.h
CLEANFILES = sample *log
clean-local:
rm -rf chi_square
MAINTAINERCLEANFILES = Makefile.in
if ENABLE_ENT_TEST
check-local:
./entest -t ${srcdir}/entitle.gif
./test.sh
endif