File: meson.build

package info (click to toggle)
account-utils 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 836 kB
  • sloc: ansic: 8,789; xml: 1,584; sh: 77; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
check_expired = executable ('check_expired', 'check_expired.c',
                        include_directories : inc,
                        link_with : libpwaccess)
get_account_name = executable ('get_account_name', 'get_account_name.c',
                        include_directories : inc,
                        link_with : libpwaccess)
get_user_record = executable ('get_user_record', 'get_user_record.c',
                        include_directories : inc,
                        link_with : libpwaccess)
verify_password = executable ('verify_password', 'verify_password.c',
                        include_directories : inc,
                        link_with : libpwaccess)