[tor-commits] [stegotorus/master] Update some lists so 'make distcheck' succeeds.

zwol at torproject.org zwol at torproject.org
Fri Jul 20 23:17:08 UTC 2012


commit 3624a2825d806507534a99367c3f9e39ae42263b
Author: Zack Weinberg <zackw at cmu.edu>
Date:   Sun Jul 8 20:18:28 2012 +0200

    Update some lists so 'make distcheck' succeeds.
---
 Makefile.am |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b449619..c275aac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,15 +71,25 @@ nodist_unittests_SOURCES = unitgrplist.cc
 tltester_SOURCES = src/test/tltester.cc
 
 noinst_HEADERS = \
+	src/base64.h \
+	src/compression.h \
 	src/connections.h \
 	src/crypt.h \
 	src/listener.h \
+	src/mkem.h \
 	src/protocol.h \
 	src/rng.h \
 	src/socks.h \
+	src/subprocess.h \
 	src/steg.h \
 	src/util.h \
 	src/protocol/chop_blk.h \
+	src/steg/b64cookies.h \
+	src/steg/cookies.h \
+	src/steg/jsSteg.h \
+	src/steg/payloads.h \
+	src/steg/pdfSteg.h \
+	src/steg/swfSteg.h \
 	src/test/tinytest.h \
 	src/test/tinytest_macros.h \
 	src/test/unittest.h
@@ -96,7 +106,8 @@ EXTRA_DIST = doc \
 
 # Generated source files
 CLEANFILES = protolist.cc steglist.cc unitgrplist.cc \
-	stamp-protolist stamp-steglist stamp-unitgrplist
+	stamp-protolist stamp-steglist stamp-unitgrplist \
+	stamp-audit-globals
 
 GMOD  = $(SHELL) $(srcdir)/src/genmodtable.sh
 GUNIT = $(SHELL) $(srcdir)/src/test/genunitgrps.sh





More information about the tor-commits mailing list