diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-24 15:25:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-24 15:25:21 +0200 |
commit | 8d78615d0bf1307807e9e9ab92672a61f17ea4c7 (patch) | |
tree | 533443c44e8cfa4b431f942de5f5b7a60724cd8d /src/setu/Makefile.am | |
parent | 5bb46d9a3ab568145f594c5a3cfa31ead3df38eb (diff) |
-remove pthread dependency, add additional libexec binary to gnunet package
Diffstat (limited to 'src/setu/Makefile.am')
-rw-r--r-- | src/setu/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am index 6e2865d8c..77d048add 100644 --- a/src/setu/Makefile.am +++ b/src/setu/Makefile.am @@ -7,8 +7,6 @@ libexecdir= $(pkglibdir)/libexec/ plugindir = $(libdir)/gnunet -PTHREAD = -lpthread - pkgcfg_DATA = \ setu.conf @@ -65,8 +63,7 @@ libgnunetsetu_la_SOURCES = \ setu_api.c setu.h libgnunetsetu_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ - $(LTLIBINTL) \ - $(PTHREAD) + $(LTLIBINTL) libgnunetsetu_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) @@ -94,8 +91,7 @@ perf_setu_api_SOURCES = \ perf_setu_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - libgnunetsetu.la \ - $(PTHREAD) + libgnunetsetu.la plugin_LTLIBRARIES = \ @@ -107,8 +103,7 @@ libgnunet_plugin_block_setu_test_la_LIBADD = \ $(top_builddir)/src/block/libgnunetblock.la \ $(top_builddir)/src/block/libgnunetblockgroup.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(LTLIBINTL) \ - $(PTHREAD) + $(LTLIBINTL) libgnunet_plugin_block_setu_test_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) |