blob: 63d41a20e1dc8f4c364845920ae071b6f3154849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- opensc-0.11.13.orig/src/Makefile.in 2010-02-16 10:32:17.000000000 +0100
+++ opensc-0.11.13/src/Makefile.in 2010-12-15 21:48:57.000000000 +0100
@@ -260,8 +260,8 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefil
EXTRA_DIST = Makefile.mak
# Order IS important
-SUBDIRS = common include scconf libopensc pkcs15init pkcs11 \
- tests tools openssh signer
+SUBDIRS = common include scconf libopensc pkcs15init pkcs11 tools
+
all: all-recursive
|