]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Do not distribute common_sha1.i and or_sha1.i.
authorcypherpunks <cypherpunks@torproject.org>
Thu, 12 Mar 2015 08:04:28 +0000 (09:04 +0100)
committerNick Mathewson <nickm@torproject.org>
Sat, 14 Mar 2015 17:00:06 +0000 (13:00 -0400)
These files get generated automatically so there is need to include them in the
distribution.

src/common/include.am
src/or/include.am

index cad0fe1b5434ab952fa8ce97855a075ce88b6641..363f66f11b8dafa83c3a0b661a6ad8212f730cc9 100644 (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
index 068519e1fb6aa5875bb51dd4650df913c96063e0..92980932d1a0847825936891e16b7db22cd53e7a 100644 (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=