diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index f7fa778f10..5a110d0dd9 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -3,12 +3,12 @@ noinst_LIBRARIES = libor.a #CFLAGS = -Wall -Wpointer-arith -O2 -libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \ +libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \ routent.c scheduler.c utils.c # ss.h is not used anywhere, distributing it just because -noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \ +noinst_HEADERS = cell.h config.h key.h log.h opcell.h \ policies.h routent.h scheduler.h utils.h \ ss.h version.h |