Commit ce9bd4e0 authored by cypherpunks's avatar cypherpunks Committed by Nick Mathewson
Browse files

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.
parent eeb753e8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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=