0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00

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.
This commit is contained in:
cypherpunks 2015-03-12 09:04:28 +01:00 committed by Nick Mathewson
parent eeb753e871
commit ce9bd4e04c
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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=