mark PurpleImageClass as private
[pidgin-git.git] / libpurple / protocols / novell / meson.build
blob3e039593ba5afd5e3b9622f3cfe8149c889d5cad
1 NOVELLSOURCES = [
2         'nmfield.h',
3         'nmfield.c',
4         'nmconn.h',
5         'nmconn.c',
6         'nmconference.h',
7         'nmconference.c',
8         'nmcontact.h',
9         'nmcontact.c',
10         'nmevent.h',
11         'nmevent.c',
12         'nmmessage.h',
13         'nmmessage.c',
14         'nmrequest.h',
15         'nmrequest.c',
16         'nmrtf.h',
17         'nmrtf.c',
18         'nmuser.h',
19         'nmuser.c',
20         'nmuserrecord.h',
21         'nmuserrecord.c',
22         'novell.h',
23         'novell.c'
26 if DYNAMIC_NOVELL
27         novell_prpl = shared_library('novell', NOVELLSOURCES,
28             dependencies : [libpurple_dep, glib, ws2_32],
29             install : true, install_dir : PURPLE_PLUGINDIR)
30 endif