aboutsummaryrefslogtreecommitdiff
path: root/src/core/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/meson.build')
-rw-r--r--src/core/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index 5493f9ae9..0b48d04fb 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -29,6 +29,7 @@ libgnunetcore = library('gnunetcore',
29libgnunetcore_dep = declare_dependency(link_with : libgnunetcore) 29libgnunetcore_dep = declare_dependency(link_with : libgnunetcore)
30pkg.generate(libgnunetcore, url: 'https://www.gnunet.org', 30pkg.generate(libgnunetcore, url: 'https://www.gnunet.org',
31 description : 'Provides API for (encrypted) P2P communication') 31 description : 'Provides API for (encrypted) P2P communication')
32
32executable ('gnunet-service-core', 33executable ('gnunet-service-core',
33 gnunetservicecore_src, 34 gnunetservicecore_src,
34 dependencies: [libgnunetcore_dep, libgnunetutil_dep, 35 dependencies: [libgnunetcore_dep, libgnunetutil_dep,