aboutsummaryrefslogtreecommitdiff
path: root/src/topology/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/meson.build')
-rw-r--r--src/topology/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/topology/meson.build b/src/topology/meson.build
index 2f1db3641..335369835 100644
--- a/src/topology/meson.build
+++ b/src/topology/meson.build
@@ -2,6 +2,12 @@ libgnunetfriends_src = ['friends.c']
2 2
3gnunetdaemontopology_src = ['gnunet-daemon-topology.c'] 3gnunetdaemontopology_src = ['gnunet-daemon-topology.c']
4 4
5configure_file(input : 'topology.conf',
6 output : 'topology.conf',
7 configuration : cdata,
8 install: true,
9 install_dir: pkgcfgdir)
10
5 11
6if get_option('monolith') == false 12if get_option('monolith') == false
7 libgnunetfriends = library('gnunetfriends', 13 libgnunetfriends = library('gnunetfriends',