repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mark PurpleImageClass as private
[pidgin-git.git]
/
libpurple
/
protocols
/
novell
/
meson.build
blob
3e039593ba5afd5e3b9622f3cfe8149c889d5cad
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'
24
]
25
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