소스 검색

include torint.h in 'make dist'

svn:r401
Roger Dingledine 21 년 전
부모
커밋
d43f145ddf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/Makefile.am

+ 1 - 1
src/common/Makefile.am

@@ -5,5 +5,5 @@ noinst_LIBRARIES = libor.a
 
 libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c
 
-noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h
+noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h