File: meson.build

package info (click to toggle)
purple-plugin-pack 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,984 kB
  • sloc: ansic: 18,412; xml: 12; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TYPES.contains('default') and PURPLE.found()
  listhandler = shared_library('listhandler',
    'listhandler.c',
    'aim_blt_files.c',
    'alias_xml_files.c',
    'gen_xml_files.c',
    'lh_util.c',
    'migrate.c',
    'purple_blist_xml.c',
    dependencies : [PURPLE, GLIB],
    name_prefix : '',
    install : true,
    install_dir : PURPLE_LIBDIR)
  PP_PURPLE_BUILD += 'listhandler'
endif