From a69e19adfed4191bc0cdf91e7a38460deccc1169 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Thu, 1 Jul 2010 10:59:55 +0000 Subject: [PATCH] fixed missing Makefile to include patche git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@182 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccid/Makefile.am b/ccid/Makefile.am index 38f289b..acd0402 100644 --- a/ccid/Makefile.am +++ b/ccid/Makefile.am @@ -1,2 +1,2 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src m4 +SUBDIRS = src m4 patches