File: meson.build

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (28 lines) | stat: -rw-r--r-- 999 bytes parent folder | download
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
26
27
28
# libinit_balsa/meson.build

libinit_balsa_sources = [
  'assistant_page_defclient.c',
  'assistant_page_defclient.h',
  'assistant_page_directory.c',
  'assistant_page_directory.h',
  'assistant_page_finish.c',
  'assistant_page_finish.h',
  'assistant_page_server.c',
  'assistant_page_server.h',
  'assistant_page_user.c',
  'assistant_page_user.h',
  'assistant_page_welcome.c',
  'assistant_page_welcome.h',
  'assistant_init.c',
  'assistant_init.h',
  'assistant_helper.c',
  'assistant_helper.h'
  ]

libinit_balsa_a = static_library('init_balsa', libinit_balsa_sources,
                                 dependencies        : balsa_deps,
                                 include_directories : [top_include,
                                                        libbalsa_include,
                                                        libnetclient_include,
                                                        src_include],
                                 install             : false)