aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/meson.build
blob: 605282fd5f60032623061adbc7de268423b66545 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
gnunetdaemonhostlist_src = ['gnunet-daemon-hostlist.c',
                            'gnunet-daemon-hostlist_server.c',
                            'gnunet-daemon-hostlist_client.c']


if get_option('monolith') == false
  executable ('gnunet-daemon-hostlist',
              gnunetdaemonhostlist_src,
              dependencies: [libgnunetutil_dep,
                             libgnunetcore_dep,
                             libgnunethello_dep,
                             libgnunetpeerinfo_dep,
                             libgnunetstatistics_dep,
                             libgnunettransport_dep,
                             mhd_dep,
                             curl_dep],
              include_directories: [incdir, configuration_inc])
else
  #foreach p : gnunetdaemonhostlist_src
  #  gnunet_src += 'hostlist/' + p
  #endforeach
endif