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
Replace functions which called once with their bodies
[pidgin-git.git]
/
libpurple
/
protocols
/
irc
/
meson.build
blob
1640b51f933f8ff1400738ee3b7f99ad220c7b90
1
IRCSOURCES = [
2
'cmds.c',
3
'dcc_send.c',
4
'irc.c',
5
'irc.h',
6
'msgs.c',
7
'parse.c'
8
]
9
10
if DYNAMIC_IRC
11
irc_prpl = shared_library('irc', IRCSOURCES,
12
dependencies : [sasl, libpurple_dep, glib, gio, ws2_32],
13
install : true, install_dir : PURPLE_PLUGINDIR)
14
endif