From: ng0 Date: Tue, 26 Feb 2019 09:24:22 +0000 (+0000) Subject: src/util: Add gnunet-qr to cleanfiles X-Git-Tag: v0.11.0~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=627b461e6784dc8c56a29bf4a761176321471e02;p=oweals%2Fgnunet.git src/util: Add gnunet-qr to cleanfiles --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 7041004ac..2734de642 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -121,7 +121,7 @@ libgnunetutil_la_SOURCES = \ time.c \ tun.c \ speedup.c speedup.h \ - proc_compat.c + proc_compat.c if HAVE_LIBATOMIC if DARWIN @@ -210,6 +210,8 @@ gnunet-qr: gnunet-qr.in Makefile $(do_subst) < $(srcdir)/gnunet-qr.in > gnunet-qr chmod +x gnunet-qr +CLEANFILES = gnunet-qr + bin_SCRIPTS =\ gnunet-qr \ gnunet-qr.py