mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-07 09:50:23 +00:00
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>
18 lines
278 B
Makefile
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
|