aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-27 17:58:12 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-27 17:58:12 +0100
commit89e1d16074f59abaf02fa4bbfa111ad86cf8cf3a (patch)
tree675b1d3dc9f017881f6bd14bc9083d8ed3b4d086
parentab6349cd4ff3df170b42088033194fa4995d1f30 (diff)
downloadgnunet-89e1d16074f59abaf02fa4bbfa111ad86cf8cf3a.tar.gz
gnunet-89e1d16074f59abaf02fa4bbfa111ad86cf8cf3a.zip
fix removal of file for make dist
-rw-r--r--contrib/Makefile.am31
1 files changed, 16 insertions, 15 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index c3dfd57ed..a997a8377 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -18,21 +18,22 @@ INITD_FILES = \
18 services/systemd/gnunet.service 18 services/systemd/gnunet.service
19 19
20PACKAGES_FILES = \ 20PACKAGES_FILES = \
21 guix/gnu/packages/gnunet.scm \ 21 packages/guix/guix-env-py2.scm \
22 nix/gnunet-dev.nix \ 22 packages/guix/guix-env-gillmann.scm \
23 nix/default.nix \ 23 packages/guix/notest-guix-env.scm \
24 alpine/gnunet-gtk/APKBUILD \ 24 packages/nix/gnunet-dev.nix \
25 alpine/gnunet/APKBUILD \ 25 packages/nix/default.nix \
26 alpine/gnunet/gnunet-system-services.initd \ 26 packages/alpine/gnunet-gtk/APKBUILD \
27 alpine/gnunet/gnunet-system.conf \ 27 packages/alpine/gnunet/APKBUILD \
28 alpine/gnunet/gnunet-user-services.initd \ 28 packages/alpine/gnunet/gnunet-system-services.initd \
29 alpine/gnunet/gnunet-user.conf \ 29 packages/alpine/gnunet/gnunet-system.conf \
30 alpine/gnunet/gnunet.post-deinstall \ 30 packages/alpine/gnunet/gnunet-user-services.initd \
31 alpine/gnunet/gnunet.post-install \ 31 packages/alpine/gnunet/gnunet-user.conf \
32 alpine/gnunet/gnunet.pre-deinstall \ 32 packages/alpine/gnunet/gnunet.post-install \
33 alpine/gnunet/gnunet.pre-install \ 33 packages/alpine/gnunet/gnunet.pre-deinstall \
34 alpine/gnunet/gnunet.xsession \ 34 packages/alpine/gnunet/gnunet.pre-install \
35 alpine/gnurl/APKBUILD 35 packages/alpine/gnunet/gnunet.xsession \
36 packages/alpine/gnurl/APKBUILD
36 37
37EXTRA_DIST = \ 38EXTRA_DIST = \
38 conf/colorit/colorit.conf \ 39 conf/colorit/colorit.conf \