aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2012-11-07 21:17:52 -0800
committerJacob Appelbaum <jacob@appelbaum.net>2012-11-07 21:17:52 -0800
commitb0c69922df43110505f8cdcfdba0e7faa154d362 (patch)
tree7f129cd4e4d028283e4914fc4a7e74bad85df987 /Makefile.am
parentf5de7bf8b3335065f9ed1acfcb5efe47b0ead8e1 (diff)
downloadtlsdate-b0c69922df43110505f8cdcfdba0e7faa154d362.tar.gz
autoconf up the hard coded paths and exec with full path only
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 ; \