/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.2.7
src/common/Makefile.am
22 строки
343 B
David Cantrell
common: replace the _realloc_array() function with reallocarray() usage.
22 май 2019, 12:15
22 май 2019, 12:15
92dbb8c
Код
Авторство
О чём код?
AM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ $(NULL) dist_noinst_HEADERS = \ common.h \ errno_t.h \ gettext.h \ $(NULL) noinst_LTLIBRARIES = \ libcommon.la \ $(NULL) libcommon_la_SOURCES = \ debug.c \ format.c \ $(NULL) libcommon_la_CFLAGS = \ $(AM_CFLAGS) \ $(NULL)