aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-24 10:26:58 +0000
committerng0 <ng0@n0.is>2019-10-24 10:26:58 +0000
commit5d719df51dd80414b60e82a81d71100eef84c815 (patch)
tree5be6d0b72ea3e8218fcbfacb64d191a922b1f295 /contrib
parentdf3eda06c84b86939956d64fca7aedc5deeb5ecb (diff)
downloadgnunet-5d719df51dd80414b60e82a81d71100eef84c815.tar.gz
gnunet-5d719df51dd80414b60e82a81d71100eef84c815.zip
contrib: include all files in packages in EXTRA_DIST
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am22
1 files changed, 20 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 83c68d828..26d570101 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -17,6 +17,25 @@ INITD_FILES = \
17 services/openrc/gnunet.initd \ 17 services/openrc/gnunet.initd \
18 services/systemd/gnunet.service 18 services/systemd/gnunet.service
19 19
20PACKAGES_FILES = \
21 guix/guix-env-py2.scm \
22 guix/guix-env-gillmann.scm \
23 guix/notest-guix-env.scm \
24 nix/gnunet-dev.nix \
25 nix/default.nix \
26 alpine/gnunet-gtk/APKBUILD \
27 alpine/gnunet/APKBUILD \
28 alpine/gnunet/gnunet-system-services.initd \
29 alpine/gnunet/gnunet-system.conf \
30 alpine/gnunet/gnunet-user-services.initd \
31 alpine/gnunet/gnunet-user.conf \
32 alpine/gnunet/gnunet.post-deinstall \
33 alpine/gnunet/gnunet.post-install \
34 alpine/gnunet/gnunet.pre-deinstall \
35 alpine/gnunet/gnunet.pre-install \
36 alpine/gnunet/gnunet.xsession \
37 alpine/gnurl/APKBUILD
38
20EXTRA_DIST = \ 39EXTRA_DIST = \
21 conf/colorit/colorit.conf \ 40 conf/colorit/colorit.conf \
22 conf/.style.yapf \ 41 conf/.style.yapf \
@@ -27,8 +46,7 @@ EXTRA_DIST = \
27 conf/gnunet/gnunet-user.conf \ 46 conf/gnunet/gnunet-user.conf \
28 conf/nss/nssswitch.conf \ 47 conf/nss/nssswitch.conf \
29 conf/wireshark/wireshark.lua \ 48 conf/wireshark/wireshark.lua \
30 packages/nix/default.nix \ 49 $(PACKAGES_FILES) \
31 packages/nix/gnunet-dev.nix \
32 $(INITD_FILES) 50 $(INITD_FILES)
33 51
34check_PROGRAMS = \ 52check_PROGRAMS = \