Skip to content

Commit 90544af

Browse files
committed
Build: Remove gitignored docs/lib from DIST_FILES so make dist works on fresh clone
1 parent 80a0041 commit 90544af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME = wolfssl-jni-jsse
22
VERSION = $(shell grep 'name="implementation.version"' build.xml | sed -re 's/.*value="(.+)".*/\1/')
3-
DIST_FILES = build.xml COPYING docs examples IDE java.sh lib LICENSING Makefile native platform \
3+
DIST_FILES = build.xml COPYING examples IDE java.sh LICENSING Makefile native platform \
44
README.md rpm src
55

66
ifneq ($(PREFIX),)

0 commit comments

Comments
 (0)