aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-24 15:25:21 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-24 15:25:21 +0200
commit8d78615d0bf1307807e9e9ab92672a61f17ea4c7 (patch)
tree533443c44e8cfa4b431f942de5f5b7a60724cd8d /contrib
parent5bb46d9a3ab568145f594c5a3cfa31ead3df38eb (diff)
downloadgnunet-8d78615d0bf1307807e9e9ab92672a61f17ea4c7.tar.gz
gnunet-8d78615d0bf1307807e9e9ab92672a61f17ea4c7.zip
-remove pthread dependency, add additional libexec binary to gnunet package
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
index c737a07f8..a563ef4a1 100644
--- a/contrib/Makefile.inc
+++ b/contrib/Makefile.inc
@@ -8,7 +8,8 @@ BUILDCOMMON_SHLIB_FILES = \
8 build-common/sh/lib.sh/existence_python.sh \ 8 build-common/sh/lib.sh/existence_python.sh \
9 build-common/sh/lib.sh/msg.sh \ 9 build-common/sh/lib.sh/msg.sh \
10 build-common/sh/lib.sh/progname.sh \ 10 build-common/sh/lib.sh/progname.sh \
11 build-common/sh/lib.sh/version_gnunet.sh 11 build-common/sh/lib.sh/version_gnunet.sh \
12 build-common/LICENSE
12 13
13BUILDCOMMON_CONF_FILES = \ 14BUILDCOMMON_CONF_FILES = \
14 build-common/conf/.dir-locals.el \ 15 build-common/conf/.dir-locals.el \