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/common/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/common/include.am')
-rw-r--r-- | src/common/include.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/include.am b/src/common/include.am index cad0fe1b54..363f66f11b 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -11,9 +11,7 @@ noinst_LIBRARIES += \ src/common/libor-event-testing.a endif -EXTRA_DIST+= \ - src/common/common_sha1.i \ - src/common/Makefile.nmake +EXTRA_DIST += src/common/Makefile.nmake #CFLAGS = -Wall -Wpointer-arith -O2 AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel |