summaryrefslogtreecommitdiff
path: root/tools/meson.build
blob: 1c4ecbead226358062738070645e74f251e0bc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
executable(
    'gupnp-dlna-info-2.0',
    files('gupnp-dlna-info.c'),
    dependencies : [
        glib,
        gobject,
        xml,
        config_dep,
        gupnp_dlna
    ],
    install: true
)

executable(
    'gupnp-dlna-ls-profiles-2.0',
    files('gupnp-dlna-ls-profiles.c'),
    dependencies : [
        glib,
        gobject,
        xml,
        config_dep,
        gupnp_dlna
    ],
    install: true
)