[pkg-opensc-commit] [engine-pkcs11] 13/152: add aclocal/ directory for engine_pkcs11, too.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 73a200cfdbac86f8d044e1c6ba860014dfceed5a
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Sep 9 13:56:43 2005 +0000

    add aclocal/ directory for engine_pkcs11, too.
---
 Makefile.am         | 4 ++--
 aclocal/Makefile.am | 2 ++
 configure.ac        | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 48103c4..92d0e1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 # Process this file with automake to create Makefile.in
 
-SUBDIRS = . src 
-DIST_SUBDIRS = . doc src 
+SUBDIRS = . aclocal src 
+DIST_SUBDIRS = . aclocal doc src 
 
 EXTRA_DIST = bootstrap depcomp 
 
diff --git a/aclocal/Makefile.am b/aclocal/Makefile.am
new file mode 100644
index 0000000..f75192d
--- /dev/null
+++ b/aclocal/Makefile.am
@@ -0,0 +1,2 @@
+# Process this file with automake to create Makefile.in
+
diff --git a/configure.ac b/configure.ac
index 52d46f8..099449a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -268,6 +268,7 @@ AM_CONDITIONAL(HAVE_BUNDLES, test "x$with_bundles" = "xyes")
 
 AC_OUTPUT([
 Makefile
+aclocal/Makefile
 doc/Makefile
 src/Makefile
 ])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list