summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--contrib/Makefile.am33
-rw-r--r--src/gns/Makefile.am1
3 files changed, 17 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 0083cf3d7..bfd227d59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22AC_PREREQ(2.61) 22AC_PREREQ(2.61)
23# Checks for programs. 23# Checks for programs.
24AC_INIT([gnunet], [0.11.6], [bug-gnunet@gnu.org]) 24AC_INIT([gnunet], [0.11.7], [bug-gnunet@gnu.org])
25AC_CONFIG_AUX_DIR([build-aux]) 25AC_CONFIG_AUX_DIR([build-aux])
26 26
27# check for legacy option that is no longer supported (#5627) and fail hard 27# check for legacy option that is no longer supported (#5627) and fail hard
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 26d570101..a997a8377 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -18,23 +18,22 @@ INITD_FILES = \
18 services/systemd/gnunet.service 18 services/systemd/gnunet.service
19 19
20PACKAGES_FILES = \ 20PACKAGES_FILES = \
21 guix/guix-env-py2.scm \ 21 packages/guix/guix-env-py2.scm \
22 guix/guix-env-gillmann.scm \ 22 packages/guix/guix-env-gillmann.scm \
23 guix/notest-guix-env.scm \ 23 packages/guix/notest-guix-env.scm \
24 nix/gnunet-dev.nix \ 24 packages/nix/gnunet-dev.nix \
25 nix/default.nix \ 25 packages/nix/default.nix \
26 alpine/gnunet-gtk/APKBUILD \ 26 packages/alpine/gnunet-gtk/APKBUILD \
27 alpine/gnunet/APKBUILD \ 27 packages/alpine/gnunet/APKBUILD \
28 alpine/gnunet/gnunet-system-services.initd \ 28 packages/alpine/gnunet/gnunet-system-services.initd \
29 alpine/gnunet/gnunet-system.conf \ 29 packages/alpine/gnunet/gnunet-system.conf \
30 alpine/gnunet/gnunet-user-services.initd \ 30 packages/alpine/gnunet/gnunet-user-services.initd \
31 alpine/gnunet/gnunet-user.conf \ 31 packages/alpine/gnunet/gnunet-user.conf \
32 alpine/gnunet/gnunet.post-deinstall \ 32 packages/alpine/gnunet/gnunet.post-install \
33 alpine/gnunet/gnunet.post-install \ 33 packages/alpine/gnunet/gnunet.pre-deinstall \
34 alpine/gnunet/gnunet.pre-deinstall \ 34 packages/alpine/gnunet/gnunet.pre-install \
35 alpine/gnunet/gnunet.pre-install \ 35 packages/alpine/gnunet/gnunet.xsession \
36 alpine/gnunet/gnunet.xsession \ 36 packages/alpine/gnurl/APKBUILD
37 alpine/gnurl/APKBUILD
38 37
39EXTRA_DIST = \ 38EXTRA_DIST = \
40 conf/colorit/colorit.conf \ 39 conf/colorit/colorit.conf \
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 48d13e3c0..49e0750fa 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -15,7 +15,6 @@ EXTRA_DIST = \
15 test_gns_lookup.conf \ 15 test_gns_lookup.conf \
16 test_gns_proxy.conf \ 16 test_gns_proxy.conf \
17 test_gns_simple_lookup.conf \ 17 test_gns_simple_lookup.conf \
18 w32nsp.def \
19 openssl.cnf \ 18 openssl.cnf \
20 gnunet-gns-proxy-setup-ca.in \ 19 gnunet-gns-proxy-setup-ca.in \
21 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \ 20 zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \