File: meson.build

package info (click to toggle)
libtraceevent 1%3A1.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ansic: 13,141; makefile: 667; sh: 85
file content (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: LGPL-2.1
#
# Copyright (c) 2023 Daniel Wagner, SUSE LLC

headers = [
   'event-parse.h',
   'event-utils.h',
   'kbuffer.h',
   'trace-seq.h',
]

foreach h : headers
    install_headers(h, subdir : 'traceevent')
endforeach