aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am23
1 files changed, 21 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 61cb5b714..26d570101 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -17,8 +17,28 @@ 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 \
41 conf/.style.yapf \
22 conf/editors/eclipse/gnunet_codingstyle.xml \ 42 conf/editors/eclipse/gnunet_codingstyle.xml \
23 conf/gnunet/no_forcestart.conf \ 43 conf/gnunet/no_forcestart.conf \
24 conf/gnunet/no_autostart_above_core.conf \ 44 conf/gnunet/no_autostart_above_core.conf \
@@ -26,8 +46,7 @@ EXTRA_DIST = \
26 conf/gnunet/gnunet-user.conf \ 46 conf/gnunet/gnunet-user.conf \
27 conf/nss/nssswitch.conf \ 47 conf/nss/nssswitch.conf \
28 conf/wireshark/wireshark.lua \ 48 conf/wireshark/wireshark.lua \
29 packages/nix/default.nix \ 49 $(PACKAGES_FILES) \
30 packages/nix/gnunet-dev.nix \
31 $(INITD_FILES) 50 $(INITD_FILES)
32 51
33check_PROGRAMS = \ 52check_PROGRAMS = \