rename accountopt.[ch] to purpleaccountoption.[ch]
[pidgin-git.git] / libpurple / protocols / simple / meson.build
blob5182d79c733c0b01d38172d6098b58bf9cd33bd7
1 SIMPLESOURCES = [
2         'ntlm.c',
3         'ntlm.h',
4         'simple.c',
5         'simple.h',
6         'sipmsg.c',
7         'sipmsg.h'
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