/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2
Makefile.am
46 строк
2 KB
Sergio Correia
autls: extract TLS helpers into internal library
07 июл 2026, 04:39
07 июл 2026, 04:39
c399564
Код
Авторство
О чём код?
# Makefile.am -- # Copyright 2004-08,2015-16 Red Hat Inc. # All Rights Reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor # Boston, MA 02110-1335, USA. # # Authors: # Steve Grubb <sgrubb@redhat.com> # Rickard E. (Rik) Faith <faith@redhat.com> # SUBDIRS = common lib auparse audisp auplugin if ENABLE_TLS SUBDIRS += autls endif SUBDIRS += audisp/plugins src/libev \ src tools bindings init.d m4 docs rules EXTRA_DIST = ChangeLog AUTHORS NEWS README.md INSTALL \ audit.spec COPYING COPYING.LIB \ contrib/avc_snap \ contrib/plugin/Makefile \ contrib/plugin/audisp-example.c \ contrib/plugin/audisp-example.conf \ contrib/libauplugin/Makefile \ contrib/libauplugin/auplugin-example.c \ contrib/libauplugin/auplugin-example.conf noinst_HEADERS = gcc-attributes.h CONFIG_CLEAN_FILES = debug*.list config/* clean-generic: rm -rf autom4te*.cache rm -f *.rej *.orig *.lang