aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 40e1a0a..39b9b57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,6 +104,9 @@ src/configmake.h: ${top_srcdir}/Makefile.in
@rm -f $@-t $@
@{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define TLSDATE_CONFIG "$(sysconfdir)/ca-roots/"'; \
+ echo '#define TLSDATE_HELPER "$(bindir)/tlsdate-helper"'; \
+ echo '#define TLSDATE "$(bindir)/tlsdate"'; \
+ echo '#define TLSDATED "$(bindir)/tlsdated"'; \
} | sed '/""/d' > $@-t
@if diff $@-t $@ >/dev/null 2>&1 ; then \
rm @-t ; \