blob: 618c2660ed742640c358e6cfa1b5292b4ecb6287 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
plugins_ldflags += ['-Wl,--undefined=next_week_panel_plugin_register_types']
plugins_sources += files(
'gtd-next-week-panel.c',
'next-week-panel-plugin.c'
)
plugins_sources += gnome.compile_resources(
'next-week-panel-resources',
'next-week-panel.gresource.xml',
c_name: 'next_week_panel_plugin',
)
|