Replace functions which called once with their bodies
[pidgin-git.git] / libpurple / protocols / irc / meson.build
blob1640b51f933f8ff1400738ee3b7f99ad220c7b90
1 IRCSOURCES = [
2         'cmds.c',
3         'dcc_send.c',
4         'irc.c',
5         'irc.h',
6         'msgs.c',
7         'parse.c'
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