diff options
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index dd50da6eda..cdcc367d9b 100644 --- a/src/common/Makefile.am +++ b/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 |