/
githubmirror
/
libidn2
Обзор
Документация
Войти
/
githubmirror
/
libidn2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libidn2-0.13
examples/Makefile.am
19 строк
779 B
Simon Josefsson
Don't install examples. Reported by Dagobert Michelsen <dam@opencsw.org>.
03 ноя 2016, 20:56
Не верифицирован
03 ноя 2016, 20:56
cc64b10
Код
Авторство
О чём код?
# Copyright (C) 2011-2016 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$(srcdir)/.. -I$(builddir)/.. LDADD = ../libidn2.la noinst_PROGRAMS = lookup register