summaryrefslogtreecommitdiff
path: root/shm/meson.build
blob: 5fb9fe22ed8352956071a4885262959dfded394d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
libdconf_shm = static_library(
  'dconf-shm',
  sources: 'dconf-shm.c',
  include_directories: top_inc,
  dependencies: glib_dep,
  c_args: dconf_c_args,
  pic: true,
)

libdconf_shm_dep = declare_dependency(
  dependencies: glib_dep,
  link_with: libdconf_shm,
)