On Sun, Jan 24, 2010 at 5:05 PM,  <[email protected]> wrote:
> Revision: 3929
> Author:   martin
> Date:     2010-01-24 15:05:14 +0000 (Sun, 24 Jan 2010)
>
> Log Message:
> -----------
> Add simclist, also used by pcsc-lite, for list operations.
>
> Modified Paths:
> --------------
>    trunk/src/common/Makefile.am
>
> Added Paths:
> -----------
>    trunk/src/common/simclist.c
>    trunk/src/common/simclist.h
>
> Modified: trunk/src/common/Makefile.am
> ===================================================================
> --- trunk/src/common/Makefile.am        2010-01-24 12:50:37 UTC (rev 3928)
> +++ trunk/src/common/Makefile.am        2010-01-24 15:05:14 UTC (rev 3929)
> @@ -1,6 +1,7 @@
>  MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
>  EXTRA_DIST = Makefile.mak
>
> +AM_CFLAGS = -DSIMCLIST_NO_DUMPRESTORE
>  noinst_LTLIBRARIES = libcompat.la
>  dist_noinst_DATA = \
>        README.compat_getopt ChangeLog.compat_getopt \
> @@ -12,4 +13,6 @@
>        compat_dummy.c \
>        compat_strlcpy.h compat_strlcpy.c \
>        compat_getpass.h compat_getpass.c \
> -       compat_getopt.h compat_getopt.c
> +       compat_getopt.h compat_getopt.c \
> +       simclist.h simclist.c
> +

libcompat is meant to have the compatibility between different environment.
A implementation does not fall into this category.
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to