Skip to content

Commit 9c1fa50

Browse files
Add IDE and examples directories to distribution package
Co-Authored-By: [email protected] <[email protected]>
1 parent 1c5dc3c commit 9c1fa50

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
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

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

0 commit comments

Comments
 (0)