forked from wolfSSL/wolfssl
distribution fix
This commit is contained in:
@@ -111,6 +111,7 @@ test: check
|
|||||||
tests/unit.log: testsuite/testsuite.log
|
tests/unit.log: testsuite/testsuite.log
|
||||||
|
|
||||||
DISTCLEANFILES+= cyassl-config
|
DISTCLEANFILES+= cyassl-config
|
||||||
|
DISTCLEANFILES+= wolfssl-config
|
||||||
# fips files shouldn't be left after make distclean
|
# fips files shouldn't be left after make distclean
|
||||||
DISTCLEANFILES+= ctaocrypt/src/fips.c
|
DISTCLEANFILES+= ctaocrypt/src/fips.c
|
||||||
DISTCLEANFILES+= ctaocrypt/src/fips_test.c
|
DISTCLEANFILES+= ctaocrypt/src/fips_test.c
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_INIT([cyassl],[3.3.0],[https://github.com/wolfssl/wolfssl/issues],[cyassl],[http://www.wolfssl.com])
|
AC_INIT([wolfssl],[3.3.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
@@ -1772,8 +1772,8 @@ AC_SUBST([AM_LDFLAGS])
|
|||||||
# FINAL
|
# FINAL
|
||||||
AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
|
AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_CONFIG_FILES([cyassl/version.h])
|
AC_CONFIG_FILES([wolfssl/version.h])
|
||||||
AC_CONFIG_FILES([cyassl/options.h])
|
AC_CONFIG_FILES([wolfssl/options.h])
|
||||||
AC_CONFIG_FILES([support/wolfssl.pc])
|
AC_CONFIG_FILES([support/wolfssl.pc])
|
||||||
AC_CONFIG_FILES([rpm/spec])
|
AC_CONFIG_FILES([rpm/spec])
|
||||||
|
|
||||||
@@ -1797,7 +1797,7 @@ echo
|
|||||||
echo "---"
|
echo "---"
|
||||||
echo "Generating user options header..."
|
echo "Generating user options header..."
|
||||||
|
|
||||||
OPTION_FILE="cyassl/options.h"
|
OPTION_FILE="wolfssl/options.h"
|
||||||
|
|
||||||
rm -f $OPTION_FILE
|
rm -f $OPTION_FILE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user