summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-08-15 08:41:43 +0200
committerStef Walter <stef@thewalter.net>2014-08-15 10:43:04 +0200
commit677dee1a04058aefe8c7689f88da52afe3b4b4bb (patch)
tree570bf0fb53fa659954f03e146696969ab97abe3a /configure.ac
parent2a35a67923c26cd38839197aee51c274e5c2550e (diff)
downloadp11-kit-677dee1a04058aefe8c7689f88da52afe3b4b4bb.tar.gz
Move to non-recursive Makefile for building bins and libs
Still use recursive for documentation and translation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 7d738b3..f487900 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,19 +503,13 @@ privatedir='${libdir}/p11-kit'
AC_SUBST(privatedir)
AC_CONFIG_FILES([Makefile
- common/Makefile
- common/tests/Makefile
doc/Makefile
doc/manual/Makefile
po/Makefile.in
- p11-kit/Makefile
- p11-kit/tests/Makefile
p11-kit/p11-kit-1.pc
p11-kit/pkcs11.conf.example
- trust/Makefile
trust/trust-extract-compat
- trust/tests/Makefile
- trust/tests/test-extract
+ trust/test-extract
])
AC_OUTPUT