commit bf9fb3fc9b0a00ccc7f343cf723ba54603dec908 Author: David Goulet dgoulet@ev0ke.net Date: Sat Aug 24 14:01:42 2013 -0400
Fix: add missing files for make dist
Signed-off-by: David Goulet dgoulet@ev0ke.net --- src/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7e75c32..6a3b17f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -4,5 +4,5 @@ AM_CFLAGS = -fno-strict-aliasing
noinst_LTLIBRARIES = libcommon.la libcommon_la_SOURCES = log.c log.h config-file.c config-file.h utils.c utils.h \ - compat.c compat.h socks5.c socks5.h \ + compat.c compat.h socks5.c socks5.h defaults.h macros.h \ connection.c connection.h ht.h ref.h onion.c onion.h
tor-commits@lists.torproject.org