File: meson.build

package info (click to toggle)
libaccounts-glib 1.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: ansic: 11,312; xml: 1,175; python: 72; sh: 7; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
executable('ag-backup',
    'backup.c',
    dependencies: accounts_glib_library_deps,
    install: true
)

executable('ag-tool',
    'main.c',
    dependencies: accounts_glib_dep,
    install: true
)