Skip to content

Commit c7b457e

Browse files
authored
Merge pull request #89 from wolfSSL/devin/1742243365-add-ide-examples-to-dist
Add IDE and examples directories to distribution package
2 parents 02d99bc + c013740 commit c7b457e

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ lib_LTLIBRARIES = libwolfprov.la
1616

1717
EXTRA_DIST+=ChangeLog.md
1818
EXTRA_DIST+=README.md
19+
EXTRA_DIST+=IDE
20+
EXTRA_DIST+=examples
1921

2022
include src/include.am
2123
include include/include.am
2224
include test/include.am
2325
include certs/include.am
2426
include scripts/include.am
27+
include examples/include.am
2528

2629
#noinst_PROGRAMS += bench
2730
#bench_SOURCES = bench.c

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
AC_COPYRIGHT([Copyright (C) 2024 wolfSSL Inc.])
77
AC_PREREQ([2.69])
8-
AC_INIT([wolfprov], [1.0.1])
8+
AC_INIT([wolfprovider], [1.0.1])
99
AC_CONFIG_AUX_DIR([build-aux])
1010

1111
AC_CONFIG_HEADERS([include/config.h])

examples/include.am

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

scripts/include.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist_noinst_SCRIPTS += scripts/test-wp-cs.sh
44
dist_noinst_SCRIPTS += scripts/utils-openssl.sh
55
dist_noinst_SCRIPTS += scripts/utils-wolfssl.sh
66
dist_noinst_SCRIPTS += scripts/utils-wolfprovider.sh
7+
dist_noinst_SCRIPTS += scripts/utils-general.sh

0 commit comments

Comments
 (0)