diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-13 18:16:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-13 18:16:01 +0000 |
commit | 09a370e45fce560ca23f855a5fcbe50c0d04149e (patch) | |
tree | da5e89e9c940a7323333e78334da3605b5e3ec95 /src/or/Makefile.am | |
parent | 300678221a1a0352524fc9e01953ca8bbdddcd59 (diff) | |
download | tor-09a370e45fce560ca23f855a5fcbe50c0d04149e.tar.gz tor-09a370e45fce560ca23f855a5fcbe50c0d04149e.zip |
r13386@catbus: nickm | 2007-06-13 14:15:20 -0400
New helper file for test.c: contains 3 generated certs, signing keys, and id_keys
svn:r10586
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 1d17bd4766..fd86aa21eb 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -29,7 +29,7 @@ test_SOURCES = buffers.c circuitbuild.c circuitlist.c \ onion.c policies.c relay.c rendcommon.c rendclient.c rendmid.c \ rendservice.c rephist.c router.c routerlist.c routerparse.c \ eventdns.c \ - test.c + test_data.c test.c test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \ @TOR_LDFLAGS_libevent@ |