diff options
author | June McEnroe <june@causal.agency> | 2021-05-25 13:41:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-25 13:41:50 -0400 |
commit | 599bf3d6743ed01998947039f239607b643a0873 (patch) | |
tree | 2e273b0fffe11f3de449209e0e9b9e4a8cac047f /Makefile.am | |
parent | Merge branch 'upstream' with missing script (diff) | |
download | libretls-599bf3d6743ed01998947039f239607b643a0873.tar.gz libretls-599bf3d6743ed01998947039f239607b643a0873.zip |
build: Add scripts to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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) |