swtpm/include/Makefile.am
Stefan Berger a0061b0341 all: Apply a delay factor to timeouts for very old architectures
Apply a delay factor to timeouts if building for very old architectures,
such as m68k, that may only run on QEMU.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2026-03-05 21:08:00 -05:00

18 lines
278 B
Makefile

#
# include/Makefile.am
#
# For the license, see the COPYING file in the root directory.
#
SUBDIRS = swtpm
noinst_HEADERS = \
arch_specifics.h \
compiler_dependencies.h \
sys_dependencies.h
EXTRA_DIST = \
arch_specifics.h \
compiler_dependencies.h \
sys_dependencies.h