commit ce9bd4e04ce54b6b001c096f7caab2d0beaef941 Author: cypherpunks cypherpunks@torproject.org Date: Thu Mar 12 09:04:28 2015 +0100
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. --- src/common/include.am | 4 +--- src/or/include.am | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/common/include.am b/src/common/include.am index cad0fe1..363f66f 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 diff --git a/src/or/include.am b/src/or/include.am index 068519e..9298093 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=
tor-commits@lists.torproject.org