File: meson.build

package info (click to toggle)
glib-networking 2.80.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,796 kB
  • sloc: ansic: 21,084; sh: 129; python: 51; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tlsbase_sources = files(
  'gtlsconnection-base.c',
  'gtlshttp.c',
  'gtlsinputstream.c',
  'gtlslog.c',
  'gtlsoutputstream.c',
  'gtlssessioncache.c',
)

tlsbase = static_library('tlsbase',
                         tlsbase_sources,
                         dependencies: [gio_dep, gmodule_dep],
                         include_directories: top_inc)

tlsbase_dep = declare_dependency(link_with: tlsbase,
                                 include_directories: include_directories('.'),
                                 dependencies: gio_dep)