Standardize all protocol header guard macros.
[pidgin-git.git] / libpurple / protocols / null / meson.build
blob9ec11a435bb87fd36a901c7f2d4c81d17583ca46
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 : true, install_dir : PURPLE_PLUGINDIR)
11 endif