diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-03-12 09:04:28 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:00:06 -0400 |
commit | ce9bd4e04ce54b6b001c096f7caab2d0beaef941 (patch) | |
tree | 7fa62b3d8a05eba76261bf24ee5e29ac140bf70d /src/or/include.am | |
parent | eeb753e87115a7b19cc7de83c061fa5e599acb81 (diff) | |
download | tor-ce9bd4e04ce54b6b001c096f7caab2d0beaef941.tar.gz tor-ce9bd4e04ce54b6b001c096f7caab2d0beaef941.zip |
Do not distribute common_sha1.i and or_sha1.i.
These files get generated automatically so there is need to include them in the
distribution.
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/include.am b/src/or/include.am index 068519e1fb..92980932d1 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -15,7 +15,7 @@ else tor_platform_source= endif -EXTRA_DIST+= src/or/ntmain.c src/or/or_sha1.i src/or/Makefile.nmake +EXTRA_DIST+= src/or/ntmain.c src/or/Makefile.nmake if USE_EXTERNAL_EVDNS evdns_source= |