first compilable version, refs #1

This commit is contained in:
Marc Wäckerlin
2010-07-12 13:49:43 +00:00
parent 569372a30b
commit ca6e4e4980
4 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1 @@
/usr/share/automake-1.11/COPYING

View File

@@ -0,0 +1 @@
/usr/share/automake-1.11/INSTALL

View File

@@ -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

View File

@@ -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