Files
libpcscxx/test/makefile.am

18 lines
471 B
Plaintext
Raw Normal View History

2009-06-17 12:24:37 +00:00
## @id $Id$
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
AM_CXXFLAGS += -I ${top_srcdir}/src
AM_LDFLAGS = -L${top_builddir}/src
LDADD = -lcppunit
check_PROGRAMS = sharedpointer_test
2009-06-17 12:24:37 +00:00
TESTS=${check_PROGRAMS}
sharedpointer_test_SOURCES = sharedpointer_test.cxx
sharedpointer_test_LDFLAGS = -lcryptoki++
2009-06-17 12:24:37 +00:00
CLEANFILES =
MAINTAINERCLEANFILES = makefile.in