diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-07-19 22:47:25 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 17:08:12 -0400 |
commit | 048c128f935a3f037a81523fc20437f75b358af4 (patch) | |
tree | 303a0164333275db84e9b41eae6a571bca20b141 | |
parent | 471ab34032581e6631c23ee05a2b212e757bafab (diff) | |
download | tor-048c128f935a3f037a81523fc20437f75b358af4.tar.gz tor-048c128f935a3f037a81523fc20437f75b358af4.zip |
Add replaycache.h to noinst_HEADERS in src/or/Makefile.am
-rw-r--r-- | src/or/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 70a0cb02dc..27eb607cf0 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -115,6 +115,7 @@ noinst_HEADERS = \ rendmid.h \ rendservice.h \ rephist.h \ + replaycache.h \ router.h \ routerlist.h \ routerparse.h \ |