fix aux dir and make dist

This commit is contained in:
Todd A Ouska 2011-04-27 16:00:22 -07:00
parent b2e0428b71
commit de18c6b6ec
3 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,10 @@
AC_INIT(cyassl,1.9.6) # !!! also change in ssl.h !!!
AC_CANONICAL_SYSTEM
AC_INIT(cyassl,1.9.6,http://www.yassl.com) # !!! also change in ssl.h !!!
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(ctaocrypt/include/config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(subdir-objects)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(subdir-objects)
# make sure configure doesn't add to CFLAGS

View File

@ -55,7 +55,7 @@
#define PACKAGE "cyassl"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
#define PACKAGE_BUGREPORT "http://www.yassl.com"
/* Define to the full name of this package. */
#define PACKAGE_NAME "cyassl"

View File

@ -18,7 +18,8 @@ src_libcyassl_la_SOURCES = \
ctaocrypt/src/cyassl_memory.c
src_libcyassl_la_LDFLAGS = -no-undefined -version-info 1:0:0
src_libcyassl_la_CFLAGS = -DBUILDING_CYASSL
EXTRA_DIST += include/*.h include/openssl/*.h include/*.rc
EXTRA_DIST += include/*.h include/openssl/*.h include/*.rc \
ctaocrypt/include/*.h ctaocrypt/src/misc.c
if BUILD_AESNI
src_libcyassl_la_SOURCES += ctaocrypt/src/aes_asm.s