diff options
author | ng0 <ng0@n0.is> | 2019-12-01 23:38:19 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-12-01 23:38:19 +0000 |
commit | 53f35813d89de6f7c91883277129ffda3ca5b772 (patch) | |
tree | af37e7e469c50af8db34b242eba755c381f9028d /contrib | |
parent | 5a525c0349701d8b511c34ef2deaf0eec7b26f22 (diff) |
fix failure to build.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/scripts/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am index 9416596c7..f55bcabfe 100644 --- a/contrib/scripts/Makefile.am +++ b/contrib/scripts/Makefile.am @@ -10,13 +10,14 @@ noinst_SCRIPTS = \ gnunet_pyexpect.py \ gnunet_janitor.py \ gnunet-chk.py \ - $(AWK_SCRIPTS) + $(awkSCRIPTS) +# FIXME: read into AWK_SCRIPTS autotools builtin. if HAVE_AWK -AWK_SCRIPTS = \ +awkSCRIPTS = \ check-texinfo.awk else -AWK_SCRIPTS = +awkSCRIPTS = endif bin_SCRIPTS = \ |