File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,15 @@ lib_LTLIBRARIES = libwolfprov.la
1616
1717EXTRA_DIST+ =ChangeLog.md
1818EXTRA_DIST+ =README.md
19+ EXTRA_DIST+ =IDE
20+ EXTRA_DIST+ =examples
1921
2022include src/include.am
2123include include/include.am
2224include test/include.am
2325include certs/include.am
2426include scripts/include.am
27+ include examples/include.am
2528
2629# noinst_PROGRAMS += bench
2730# bench_SOURCES = bench.c
Original file line number Diff line number Diff line change 1+ # examples/include.am
2+ #
3+ # Copyright (C) 2006-2023 wolfSSL Inc.
4+ #
5+ # This file is part of wolfProvider.
6+ #
7+ # wolfProvider is free software; you can redistribute it and/or modify
8+ # it under the terms of the GNU General Public License as published by
9+ # the Free Software Foundation; either version 3 of the License, or
10+ # (at your option) any later version.
11+ #
12+ # wolfProvider is distributed in the hope that it will be useful,
13+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
14+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+ # GNU General Public License for more details.
16+ #
17+ # You should have received a copy of the GNU General Public License
18+ # along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.
19+
20+ EXTRA_DIST += examples/openssl_example.c
You can’t perform that action at this time.
0 commit comments