aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-26 05:28:27 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit02a57bbda5f69892d4dfef2b02ae41dc17690417 (patch)
treec29132e96f3a458e110356ed3c147950d6d249a0 /src
parent05072723cb8c14193376964ad5716a962d707770 (diff)
downloadtor-02a57bbda5f69892d4dfef2b02ae41dc17690417.tar.gz
tor-02a57bbda5f69892d4dfef2b02ae41dc17690417.zip
Add the new header files to noinst_HEADERS
Also add a changes/ file.
Diffstat (limited to 'src')
-rw-r--r--src/or/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am
index a354db5db3..a95b9eb920 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