diff --git a/swisssign-openssl-pkcs11-engine/COPYING b/swisssign-openssl-pkcs11-engine/COPYING new file mode 120000 index 0000000..6168a39 --- /dev/null +++ b/swisssign-openssl-pkcs11-engine/COPYING @@ -0,0 +1 @@ +/usr/share/automake-1.11/COPYING \ No newline at end of file diff --git a/swisssign-openssl-pkcs11-engine/INSTALL b/swisssign-openssl-pkcs11-engine/INSTALL new file mode 120000 index 0000000..cbd1c80 --- /dev/null +++ b/swisssign-openssl-pkcs11-engine/INSTALL @@ -0,0 +1 @@ +/usr/share/automake-1.11/INSTALL \ No newline at end of file diff --git a/swisssign-openssl-pkcs11-engine/configure.in b/swisssign-openssl-pkcs11-engine/configure.in index 1b765ae..f1352c2 100644 --- a/swisssign-openssl-pkcs11-engine/configure.in +++ b/swisssign-openssl-pkcs11-engine/configure.in @@ -1,7 +1,7 @@ # init AC_INIT([README]) SRC_DIR=src -TST_DIR=test +TST_DIR= DOC_DIR=doc m4_define(x_packagename, swisssign-openssl-pkcs11-engine) @@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE(x_packagename, x_major.x_minor.x_least, [marc@waeckerlin.org]) # files to create AC_CONFIG_FILES(makefile - src/makefile test/makefile + src/makefile doc/doxyfile doc/makefile) # copy M4 to shell diff --git a/swisssign-openssl-pkcs11-engine/doc/makefile.am b/swisssign-openssl-pkcs11-engine/doc/makefile.am index e573a7a..2154a6f 100644 --- a/swisssign-openssl-pkcs11-engine/doc/makefile.am +++ b/swisssign-openssl-pkcs11-engine/doc/makefile.am @@ -8,7 +8,7 @@ develdir = ${pkgdatadir}/doc devel_DATA = html/index.html -ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/test/*.[ch]xx +ALL_SRC = ${top_srcdir}/src/*.[ch]xx DIRS = html latex