mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01: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:
parent
eeb753e871
commit
ce9bd4e04c
@ -11,9 +11,7 @@ noinst_LIBRARIES += \
|
|||||||
src/common/libor-event-testing.a
|
src/common/libor-event-testing.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST+= \
|
EXTRA_DIST += src/common/Makefile.nmake
|
||||||
src/common/common_sha1.i \
|
|
||||||
src/common/Makefile.nmake
|
|
||||||
|
|
||||||
#CFLAGS = -Wall -Wpointer-arith -O2
|
#CFLAGS = -Wall -Wpointer-arith -O2
|
||||||
AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel
|
AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel
|
||||||
|
@ -15,7 +15,7 @@ else
|
|||||||
tor_platform_source=
|
tor_platform_source=
|
||||||
endif
|
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
|
if USE_EXTERNAL_EVDNS
|
||||||
evdns_source=
|
evdns_source=
|
||||||
|
Loading…
Reference in New Issue
Block a user