File: meson.build

package info (click to toggle)
feedreader 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,868 kB
  • sloc: ansic: 11,829; xml: 879; php: 170; sh: 32; makefile: 16; python: 14
file content (19 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
nxml_inc = include_directories('.')
nxml_lib = static_library(
  'nxml',
  [
    'nxml_download.c',
    'nxml_easy.c',
    'nxml_edit.c',
    'nxml_error.c',
    'nxml_free.c',
    'nxml_init.c',
    'nxml_namespace.c',
    'nxml_parser.c',
    'nxml_string.c',
    'nxml_tools.c',
    'nxml_utf.c',
    'nxml_write.c'
  ],
  include_directories: nxml_inc
)