mark PurpleImageClass as private
[pidgin-git.git] / pidgin / plugins / disco / meson.build
blobdf49be8667ce732419a7b01d434d149efa706be3
1 xmppdisco_SOURCES = [
2         'gtkdisco.c',
3         'gtkdisco.h',
4         'xmppdisco.c',
5         'xmppdisco.h'
8 if PLUGINS
9         xmppdisco_resource = gnome.compile_resources('xmppdiscoresources',
10             'resources/xmppdisco.gresource.xml',
11             source_dir : 'resources',
12             c_name : 'xmppdisco')
13         xmppdisco_SOURCES += xmppdisco_resource
15         xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
16             dependencies : [libpurple_dep, libpidgin_dep, glib],
17             name_prefix : '',
18             install : true, install_dir : PIDGIN_PLUGINDIR)
19 endif