From b0c69922df43110505f8cdcfdba0e7faa154d362 Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Wed, 7 Nov 2012 21:17:52 -0800 Subject: autoconf up the hard coded paths and exec with full path only --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 ; \ -- cgit v1.2.3