| 7 'new_person_dialog.c', |
7 'new_person_dialog.c', |
| 8 'eds-utils.c' |
8 'eds-utils.c' |
| 9 ] |
9 ] |
| 10 |
10 |
| 11 if PLUGINS |
11 if PLUGINS |
| |
12 gmodule = dependency('gmodule-2.0') |
| |
13 |
| 12 gevolution = library('gevolution', gevolution_SOURCES, |
14 gevolution = library('gevolution', gevolution_SOURCES, |
| 13 dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib], |
15 dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib, gmodule], |
| 14 name_prefix : '', |
16 name_prefix : '', |
| 15 install : true, install_dir : PIDGIN_PLUGINDIR) |
17 install : true, install_dir : PIDGIN_PLUGINDIR) |
| 16 endif |
18 endif |