Move conffile and storagedir to lib/fs

This commit is contained in:
Nick Mathewson
2018-06-28 09:38:17 -04:00
parent 38fd3e0df0
commit a1f3ece16d
7 changed files with 39 additions and 19 deletions
-4
View File
@@ -28,10 +28,8 @@ LIBOR_A_SRC = \
src/common/buffers.c \
src/common/compat.c \
src/common/compat_time.c \
src/common/conffile.c \
src/common/util.c \
src/common/util_process.c \
src/common/storagedir.c \
src/common/token_bucket.c \
src/common/workqueue.c \
$(libor_extra_source) \
@@ -68,10 +66,8 @@ COMMONHEADERS = \
src/common/compat.h \
src/common/compat_libevent.h \
src/common/compat_time.h \
src/common/conffile.h \
src/common/handles.h \
src/common/procmon.h \
src/common/storagedir.h \
src/common/timers.h \
src/common/token_bucket.h \
src/common/util.h \