From b90c6b5ed212e9002c43971277ecf2ee3a66197a Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 11 Apr 2012 20:05:30 +0000 Subject: [PATCH] fixed distribution of opensc headers git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@761 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/src/Makefile.am | 4 ++-- npa/src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccid/src/Makefile.am b/ccid/src/Makefile.am index 7ee9b45..f43265e 100644 --- a/ccid/src/Makefile.am +++ b/ccid/src/Makefile.am @@ -9,8 +9,8 @@ do_subst = $(SED) \ BUILT_SOURCES = cmdline.h cmdline.c EXTRA_DIST = ccid-emulator.ggo ccid-emulator.ggo.in -EXTRA_DIST += $(shell find $(top_srcdir)/src/opensc -path '*/.svn' -prune -o -type f -a -name '*.h' -print) -EXTRA_DIST += $(shell find -L $(top_srcdir)/src/opensc-npa -path '*/.git' -prune -o -type f -a -name '*.h' -print) +EXTRA_DIST += $(shell find $(top_srcdir)/src/opensc/src -path '*/.svn' -prune -o -type f -a -name '*.h' -print) +EXTRA_DIST += $(shell find -L $(top_srcdir)/src/opensc-npa/src -path '*/.git' -prune -o -type f -a -name '*.h' -print) MAINTAINERCLEANFILES = $(BUILT_SOURCES) ccid-emulator.ggo $(dist_man1_MANS) dist_man1_MANS = ccid-emulator.1 diff --git a/npa/src/Makefile.am b/npa/src/Makefile.am index 5c9314e..27eab86 100644 --- a/npa/src/Makefile.am +++ b/npa/src/Makefile.am @@ -9,7 +9,7 @@ do_subst = $(SED) \ BUILT_SOURCES = cmdline.h cmdline.c EXTRA_DIST = npa-tool.ggo npa-tool.ggo.in -EXTRA_DIST += $(shell find -L $(top_srcdir)/src/opensc -path '*/.git' -prune -o -type f -a -name '*.h' -print) +EXTRA_DIST += $(shell find -L $(top_srcdir)/src/opensc/src -path '*/.git' -prune -o -type f -a -name '*.h' -print) MAINTAINERCLEANFILES = $(BUILT_SOURCES) npa-tool.ggo $(dist_man1_MANS) dist_man1_MANS = npa-tool.1