summaryrefslogtreecommitdiff
path: root/src/plugins/inbox-panel/meson.build
blob: 06c2463c6a4f8764141ffd332eb778db7236ab1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plugins_ldflags += ['-Wl,--undefined=inbox_panel_plugin_register_types']

plugins_sources += files(
  'gtd-inbox-panel.c',
  'inbox-panel-plugin.c'
)

plugins_sources += gnome.compile_resources(
  'inbox-panel-resources',
  'inbox-panel.gresource.xml',
  c_name: 'inbox_panel_plugin',
)