comparison: pidgin/plugins/gevolution/meson.build
pidgin/plugins/gevolution/meson.build
- branch
- meson
- changeset 38471
- a7ce1d49ac8c
- child 38985
- f14c99e72ef2
equal
deleted
inserted
replaced
| |
1 gevolution_SOURCES = [ |
| |
2 'add_buddy_dialog.c', |
| |
3 'assoc-buddy.c', |
| |
4 'gevolution.c', |
| |
5 'gevolution.h', |
| |
6 'gevo-util.c', |
| |
7 'new_person_dialog.c', |
| |
8 'eds-utils.c' |
| |
9 ] |
| |
10 |
| |
11 if PLUGINS |
| |
12 gevolution = library('gevolution', gevolution_SOURCES, |
| |
13 dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib], |
| |
14 name_prefix : '', |
| |
15 install : true, install_dir : PIDGIN_PLUGINDIR) |
| |
16 endif |