aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-25 22:14:54 +0000
committerng0 <ng0@n0.is>2019-11-25 22:14:54 +0000
commitf48c8bffc255e7b1c2ef1d1a07ee436ebb8de054 (patch)
treef5955e9a2e6d2332a7555dd1a5c94f6fd62c0e9f /src/gns/Makefile.am
parent861eba2bab4465ffc3dc5e6309e89519594f0ea1 (diff)
downloadgnunet-f48c8bffc255e7b1c2ef1d1a07ee436ebb8de054.tar.gz
gnunet-f48c8bffc255e7b1c2ef1d1a07ee436ebb8de054.zip
first occurence of CLEANFILES, not second.
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d0a9f07cb..846507b6f 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -106,7 +106,7 @@ test_gnunet_gns.sh: test_gnunet_gns.sh.in Makefile
106 $(do_subst_pkgdatadir) < $(srcdir)/test_gnunet_gns.sh.in > test_gnunet_gns.sh 106 $(do_subst_pkgdatadir) < $(srcdir)/test_gnunet_gns.sh.in > test_gnunet_gns.sh
107 @chmod +x test_gnunet_gns.sh 107 @chmod +x test_gnunet_gns.sh
108 108
109CLEANFILES += test_gnunet_gns.sh 109CLEANFILES = test_gnunet_gns.sh
110 110
111libgnunet_plugin_rest_gns_la_SOURCES = \ 111libgnunet_plugin_rest_gns_la_SOURCES = \
112 plugin_rest_gns.c 112 plugin_rest_gns.c