Replace functions which called once with their bodies
[pidgin-git.git] / libpurple / protocols / null / meson.build
blob3b1353df83c138f43e1a63f4ac8b3142204e952b
1 NULLSOURCES = [
2         'nullprpl.h',
3         'nullprpl.c'
6 # nullprpl isn't built by default; when it is built, it's dynamically linked
7 if DYNAMIC_NULL
8         null_prpl = shared_library('null', NULLSOURCES,
9             dependencies : [libpurple_dep, glib],
10             install : false, install_dir : PURPLE_PLUGINDIR)
11 endif