little endian handling is done by the ccid-part. - pacelib exports PACE-functionality. git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@223 96b47cad-a561-4643-ad3b-153ac7d7599c
8 lines
132 B
Makefile
8 lines
132 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src m4 patches
|
|
|
|
if WITH_PACE
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libpace.pc
|
|
endif
|