Browse Source

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.
cypherpunks 9 years ago
parent
commit
ce9bd4e04c
2 changed files with 2 additions and 4 deletions
  1. 1 3
      src/common/include.am
  2. 1 1
      src/or/include.am

+ 1 - 3
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

+ 1 - 1
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=