Files
vsmartcard/virtualsmartcard/Makefile.am
Frank Morgner 291178d139 implemented reversed connection establishment
vpcd can now be configured connect to a previously started vpicc.
2013-07-15 10:18:40 +02:00

13 lines
323 B
Makefile

ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc npa-example-data
EXTRA_DIST = test_vicc_with_npa-tool.sh test_vicc_with_handler_test.sh
distcheck-hook:
test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true
test -d ../.git && \
git2cl > ChangeLog \
|| true