diff options
author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-08-16 20:41:48 +0000 |
---|---|---|
committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-08-16 20:41:48 +0000 |
commit | e2736d3087fa86e9cea919f490c720ff545e46d1 (patch) | |
tree | ebf9c823262359eaa54f29cda6849f6f8bf68395 | |
parent | f06e6b2a265f4a6fe8a0c2df5b76efaeb3c234c0 (diff) | |
download | pki-e2736d3087fa86e9cea919f490c720ff545e46d1.tar.gz pki-e2736d3087fa86e9cea919f490c720ff545e46d1.tar.xz pki-e2736d3087fa86e9cea919f490c720ff545e46d1.zip |
Fixed bugzilla bugs: 607373 and 607374.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1191 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r-- | pki/base/tps/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pki/base/tps/Makefile.am b/pki/base/tps/Makefile.am index 63fcfe9a9..f49a74704 100644 --- a/pki/base/tps/Makefile.am +++ b/pki/base/tps/Makefile.am @@ -358,7 +358,10 @@ libtps_la_SOURCES = src/main/Buffer.cpp \ src/processor/RA_Pin_Reset_Processor.cpp \ src/processor/RA_Renew_Processor.cpp \ src/processor/RA_Unblock_Processor.cpp \ - src/processor/RA_Format_Processor.cpp + src/processor/RA_Format_Processor.cpp \ + src/selftests/SelfTest.cpp \ + src/selftests/TPSPresence.cpp \ + src/selftests/TPSValidity.cpp libtps_la_CPPFLAGS = $(AM_CPPFLAGS) @apr_inc@ @ldapsdk_inc@ @svrcore_inc@ \ @sasl_inc@ @nss_inc@ @nspr_inc@ |