File: meson.build

package info (click to toggle)
pkgconf 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,820 kB
  • sloc: ansic: 8,111; sh: 6,689; makefile: 247; python: 157
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
configure_file(input : 'config.h.meson',
  output : 'config.h',
  configuration : cdata)


install_headers('libpkgconf.h',
  'stdinc.h',
  'iter.h',
  'bsdstubs.h',
  'libpkgconf-api.h',
  subdir : 'pkgconf/libpkgconf')