repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace functions which called once with their bodies
[pidgin-git.git]
/
libpurple
/
protocols
/
null
/
meson.build
blob
3b1353df83c138f43e1a63f4ac8b3142204e952b
1
NULLSOURCES = [
2
'nullprpl.h',
3
'nullprpl.c'
4
]
5
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