/
githubmirror
/
libidn2
Обзор
Документация
Войти
/
githubmirror
/
libidn2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.3.1
examples/Makefile.am
19 строк
852 B
Simon Josefsson
Update copyright years. Add custom my-update-copyright rule.
17 янв 2021, 23:42
Не верифицирован
17 янв 2021, 23:42
13797fe
Код
Авторство
О чём код?
# Copyright (C) 2011-2021 Simon Josefsson # 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 3 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. If not, see <http://www.gnu.org/licenses/>. AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib -I$(top_builddir) LDADD = ../lib/libidn2.la noinst_PROGRAMS = decode lookup register example-toascii example-tounicode