[tor-commits] [tor/master] Also ship compat_time.h in release tarballs. Fixes bug #19746

nickm at torproject.org nickm at torproject.org
Mon Jul 25 09:55:18 UTC 2016


commit 518c8fe0ec375fe852e350ef4455ec8defd8c6b0
Author: Peter Palfrader <peter at palfrader.org>
Date:   Mon Jul 25 09:07:29 2016 +0200

    Also ship compat_time.h in release tarballs.  Fixes bug #19746
---
 src/common/include.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/common/include.am b/src/common/include.am
index b022680..40c463c 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -142,6 +142,7 @@ COMMONHEADERS = \
   src/common/compat_libevent.h			\
   src/common/compat_openssl.h			\
   src/common/compat_threads.h			\
+  src/common/compat_time.h			\
   src/common/container.h			\
   src/common/crypto.h				\
   src/common/crypto_curve25519.h		\



More information about the tor-commits mailing list