diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-21 11:29:22 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-21 11:29:22 +0100 |
commit | 212af677576238bf87deb1bee3e7bcfb170dc668 (patch) | |
tree | d12f71316c3fd3901a899d1bee1210969cea8ea8 /tools/Makefile.am | |
parent | 3cc89eb96923cb85654558ce623256f4da76b87f (diff) | |
download | rsyslog-212af677576238bf87deb1bee3e7bcfb170dc668.tar.gz rsyslog-212af677576238bf87deb1bee3e7bcfb170dc668.tar.bz2 rsyslog-212af677576238bf87deb1bee3e7bcfb170dc668.zip |
logsigner: sign via merkle tree approach (still PoC, non production)
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 9d9bd352..712443c0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -58,6 +58,12 @@ logctl_SOURCES = logctl.c logctl_CPPFLAGS = $(LIBMONGO_CLIENT_CFLAGS) logctl_LDADD = $(LIBMONGO_CLIENT_LIBS) endif +if ENABLE_GUARDTIME +bin_PROGRAMS += logsigner +logsigner = logsigner.c +logsigner_CPPFLAGS = $(RSRT_CFLAGS) $(GUARDTIME_CFLAGS) +logsigner_LDADD = ../runtime/librsgt.la $(GUARDTIME_LIBS) +endif endif EXTRA_DIST = $(man_MANS) \ |