Autotools all the things!
[librseq.git] / include / Makefile.am
CommitLineData
2cbca301
MJ
1# SPDX-License-Identifier: MIT
2#
3# Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4#
5
6nobase_include_HEADERS = \
7 rseq/rseq.h \
8 rseq/rseq-arm.h \
9 rseq/rseq-mips.h \
10 rseq/rseq-ppc.h \
11 rseq/rseq-s390.h \
12 rseq/rseq-skip.h \
13 rseq/rseq-x86.h
14
15if HAVE_CPU_OPV
16nobase_include_HEADERS += \
17 rseq/cpu-op.h \
18 rseq/percpu-op.h
19endif
This page took 0.022683 seconds and 4 git commands to generate.