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
Make return clearer
[pidgin-git.git]
/
libpurple
/
protocols
/
simple
/
meson.build
blob
75694cb0c02b5deb6be2bfbbb57b4186bf3a9b8c
1
SIMPLESOURCES = [
2
'http.c',
3
'http.h',
4
'ntlm.c',
5
'ntlm.h',
6
'simple.c',
7
'simple.h',
8
'sipmsg.c',
9
'sipmsg.h'
10
]
11
12
if DYNAMIC_SIMPLE
13
simple_prpl = shared_library('simple', SIMPLESOURCES,
14
dependencies : [libpurple_dep, nettle, glib, gio, ws2_32],
15
install : true, install_dir : PURPLE_PLUGINDIR)
16
endif