summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2018-07-18 13:56:31 +0200
committerJirka Hladky <jhladky@redhat.com>2018-07-18 13:56:31 +0200
commit2b60a12e3d4a3fa43af356e09ab32b82b63b60dc (patch)
treeaa04038b16d9dd7d075f8b3571c6fae5f4bf06ef /Makefile.am
downloadhaveged-2b60a12e3d4a3fa43af356e09ab32b82b63b60dc.tar.xz
haveged-2b60a12e3d4a3fa43af356e09ab32b82b63b60dc.zip
Initial commit based on haveged-1.9.2.tar.gz from http://www.issihosts.com/haveged/downloads.html1.9.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3332110
--- /dev/null
+++ b/Makefile.am
@@ -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"