From c22199f623594af32b41387be634543f27dee5af Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 26 Sep 2011 08:01:30 +0000 Subject: [PATCH] - moved example apdus to npa-tool git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@539 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/Makefile.am | 2 +- {ccid => npa}/apdus | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {ccid => npa}/apdus (100%) diff --git a/npa/Makefile.am b/npa/Makefile.am index 9b6a635..4889ac0 100644 --- a/npa/Makefile.am +++ b/npa/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src m4 -EXTRA_DIST = README.dox libnpa.pc.in Doxyfile.in +EXTRA_DIST = README.dox libnpa.pc.in Doxyfile.in apdus do_subst = sed \ -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \ diff --git a/ccid/apdus b/npa/apdus similarity index 100% rename from ccid/apdus rename to npa/apdus