/
githubmirror
/
swtpm
Обзор
Документация
Войти
/
githubmirror
/
swtpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.7.0
Makefile.am
30 строк
410 B
Stefan Berger
build-sys: Move regex to test PCR banks into configure script
08 ноя 2021, 17:03
08 ноя 2021, 17:03
9726af5
Код
Авторство
О чём код?
# # Makefile.am # # For the license, see the COPYING file in the root directory. # SUBDIRS = \ include \ man \ samples \ src \ tests ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ CHANGES \ INSTALL \ LICENSE \ COPYING \ README \ swtpm.spec \ autogen.sh if WITH_SELINUX selinux-install selinux-uninstall: @cd src/selinux && $(MAKE) $(AM_MAKEFLAGS) $@ endif .PHONY: selinux-install selinux-uninstall