summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-25 13:41:50 -0400
committerJune McEnroe <june@causal.agency>2021-05-25 13:41:50 -0400
commit599bf3d6743ed01998947039f239607b643a0873 (patch)
tree2e273b0fffe11f3de449209e0e9b9e4a8cac047f
parentMerge branch 'upstream' with missing script (diff)
downloadlibretls-599bf3d6743ed01998947039f239607b643a0873.tar.gz
libretls-599bf3d6743ed01998947039f239607b643a0873.zip
build: Add scripts to EXTRA_DIST
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c3b80ba..eb913b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ EXTRA_DIST = VERSION
 EXTRA_DIST += LIBTLS_VERSION
 EXTRA_DIST += tls.sym
 EXTRA_DIST += README.7
+EXTRA_DIST += scripts
 
 libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined -export-symbols $(top_srcdir)/tls.sym
 libtls_la_LDFLAGS += $(OPENSSL_LDFLAGS)