Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 27, 2008
1 parent 4a0193e commit 0aac30c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# $Id$

SUBDIRS = src
EXTRA_DIST = autogen.sh
3 changes: 3 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#!/bin/sh
#
# $Id$

autoreconf --force --install -I config
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl

AC_INIT(libsoftHSM.pkcs11.2.20.so, 0.1)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/main.cpp)
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# $Id$

lib_LTLIBRARIES = libsoftHSM.pkcs11.2.20.la
libsoftHSM_pkcs11_2_20_la_SOURCES = main.cpp
libsoftHSM_pkcs11_2_20_la_LDFLAGS = -lbotan

0 comments on commit 0aac30c

Please sign in to comment.