[or-cvs] [tor/master 36/40] Add the new header files to noinst_HEADERS
nickm at torproject.org
nickm at torproject.org
Fri Jul 30 01:56:59 UTC 2010
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Mon, 26 Jul 2010 05:28:27 +0200
Subject: Add the new header files to noinst_HEADERS
Commit: 02a57bbda5f69892d4dfef2b02ae41dc17690417
Also add a changes/ file.
---
changes/split_orh | 4 ++++
src/or/Makefile.am | 8 +++++++-
2 files changed, 11 insertions(+), 1 deletions(-)
create mode 100644 changes/split_orh
diff --git a/changes/split_orh b/changes/split_orh
new file mode 100644
index 0000000..1ebdaf6
--- /dev/null
+++ b/changes/split_orh
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring:
+ - Take a first step towards making or.h smaller by splitting out function
+ definitions for all source files in src/or/. Leave structures and
+ defines in or.h for now.
diff --git a/src/or/Makefile.am b/src/or/Makefile.am
index a354db5..a95b9eb 100644
--- a/src/or/Makefile.am
+++ b/src/or/Makefile.am
@@ -45,7 +45,13 @@ tor_LDADD = ./libtor.a ../common/libor.a ../common/libor-crypto.a \
../common/libor-event.a \
@TOR_ZLIB_LIBS@ -lm @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@
-noinst_HEADERS = or.h eventdns.h eventdns_tor.h micro-revision.i
+noinst_HEADERS = buffers.h circuitbuild.h circuitlist.h circuituse.h \
+ command.h config.h connection_edge.h connection.h connection_or.h \
+ control.h cpuworker.h directory.h dirserv.h dirvote.h dns.h \
+ dnsserv.h geoip.h hibernate.h main.h microdesc.h networkstatus.h \
+ ntmain.h onion.h policies.h reasons.h relay.h rendclient.h \
+ rendcommon.h rendmid.h rendservice.h rephist.h router.h routerlist.h \
+ routerparse.h or.h eventdns.h eventdns_tor.h micro-revision.i
config_codedigest.o: or_sha1.i
--
1.7.1
More information about the tor-commits
mailing list