more dependencies on 64bit lucid, see #1

This commit is contained in:
Marc Wäckerlin
2010-06-08 10:28:51 +00:00
parent ebad20764d
commit 83b451a156
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ pcsc_demo_SOURCES = pcsc-demo.cxx
if MINGW32 if MINGW32
pcsc_demo_LDADD = /opt/local/i586-mingw32msvc/lib/winscard.a pcsc_demo_LDADD = /opt/local/i586-mingw32msvc/lib/winscard.a
else else
pcsc_demo_LDADD = -lpcsclite pcsc_demo_LDADD = -lpcsclite -lpthread
endif endif
cryptoki_demo_SOURCES = cryptoki-demo.cxx cryptoki_demo_SOURCES = cryptoki-demo.cxx

View File

@@ -11,7 +11,7 @@ check_PROGRAMS = sharedpointer_test
TESTS=${check_PROGRAMS} TESTS=${check_PROGRAMS}
sharedpointer_test_SOURCES = sharedpointer_test.cxx sharedpointer_test_SOURCES = sharedpointer_test.cxx
sharedpointer_test_LDFLAGS = -lcryptoki++ sharedpointer_test_LDFLAGS = -L${top_builddir}/src -lcryptoki++
CLEANFILES = $(check_PROGRAMS:%=%.xml) CLEANFILES = $(check_PROGRAMS:%=%.xml)
MAINTAINERCLEANFILES = makefile.in MAINTAINERCLEANFILES = makefile.in