File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
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 55
66AC_COPYRIGHT ( [ Copyright (C) 2024 wolfSSL Inc.] )
77AC_PREREQ ( [ 2.69] )
8- AC_INIT ( [ wolfprov ] , [ 1.0.1] )
8+ AC_INIT ( [ wolfprovider ] , [ 1.0.1] )
99AC_CONFIG_AUX_DIR ( [ build-aux] )
1010
1111AC_CONFIG_HEADERS ( [ include/config.h] )
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
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ dist_noinst_SCRIPTS += scripts/test-wp-cs.sh
44dist_noinst_SCRIPTS += scripts/utils-openssl.sh
55dist_noinst_SCRIPTS += scripts/utils-wolfssl.sh
66dist_noinst_SCRIPTS += scripts/utils-wolfprovider.sh
7+ dist_noinst_SCRIPTS += scripts/utils-general.sh
You can’t perform that action at this time.
0 commit comments