Browse Source

Make log.o depend on micro-revision.i

Otherwise micro-revision.i might not get built on time.
Nick Mathewson 9 years ago
parent
commit
e75e0c7278
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/common/include.am

+ 2 - 0
src/common/include.am

@@ -72,6 +72,8 @@ LIBOR_A_SOURCES = \
   $(libor_extra_source)					\
   $(threads_impl_source)
 
+src/common/log.o: micro-revision.i
+
 LIBOR_CRYPTO_A_SOURCES = \
   src/common/aes.c		\
   src/common/crypto.c		\