A simple Qt based browser with no bullshit that supports PKCS#11 tokens (such as the SuisseID).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
1.1 KiB

## @id $Id$
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
AM_CXXFLAGS += -I ${top_srcdir}/src -I ${top_srcdir}/../actlibrary/include
lib_LTLIBRARIES = libengine_act.la
noinst_PROGRAMS = test_engine
noinst_HEADERS = actUtility.h CardKey.h CardObject.h CertificateList.h \
engine_sct.h engine_sct_internal.h Init_Engine.h \
SecOpGuard.h SlotList.h stdafx.h SyncObject.h \
SyncObjectMacOS.h SyncObjectPosix.h \
SyncObjectSolaris.h SyncObjectWin32.h \
SyncObjectWinCE.h targetver.h Warns.h
libengine_act_la_SOURCES = engine_front.cpp engine_sct.cpp \
CardObject.cpp CardKey.cpp SlotList.cpp \
CertificateList.cpp SecOpGuard.cpp
libengine_act_la_LDFLAGS = -version-info @LIB_VERSION@
libengine_act_la_LIBADD = -lact -ldl
test_engine_SOURCES = test_engine.cpp
test_engine_LDADD = -lssl
MAINTAINERCLEANFILES = makefile.in