Make return clearer
[pidgin-git.git] / libpurple / protocols / simple / meson.build
blob75694cb0c02b5deb6be2bfbbb57b4186bf3a9b8c
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'
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