building clean distribution file

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@404 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-02-02 19:06:35 +00:00
parent 8cd77084cc
commit 24b13a0700
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([ccid-emulator], [0.4], [http://sourceforge.net/projects/vsmartcard/support])
AC_INIT([ccid-emulator], [0.5], [http://sourceforge.net/projects/vsmartcard/support])
AC_CONFIG_SRCDIR([src/ccid.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

View File

@@ -1,4 +1,4 @@
EXTRA_DIST = opensc
EXTRA_DIST = $(shell find $(top_srcdir)/src/opensc -path '*/.svn' -prune -o -type f -a -name '*.h' -print)
AM_CPPFLAGS = -I$(top_srcdir)/src/opensc/src

View File

@@ -1,4 +1,4 @@
EXTRA_DIST = opensc
EXTRA_DIST = $(shell find $(top_srcdir)/src/opensc -path '*/.svn' -prune -o -type f -a -name '*.h' -print)
AM_CPPFLAGS = -I$(top_srcdir)/src/npa -I$(top_srcdir)/src/opensc/src