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
rename accountopt.[ch] to purpleaccountoption.[ch]
[pidgin-git.git]
/
libpurple
/
protocols
/
simple
/
meson.build
blob
5182d79c733c0b01d38172d6098b58bf9cd33bd7
1
SIMPLESOURCES = [
2
'ntlm.c',
3
'ntlm.h',
4
'simple.c',
5
'simple.h',
6
'sipmsg.c',
7
'sipmsg.h'
8
]
9
10
if DYNAMIC_SIMPLE
11
simple_prpl = shared_library('simple', SIMPLESOURCES,
12
dependencies : [libpurple_dep, nettle, glib, gio, ws2_32],
13
install : true, install_dir : PURPLE_PLUGINDIR)
14
endif