diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:38:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 09:38:17 -0400 |
commit | a1f3ece16d10649da2dfbbbf79a16d9c36e02563 (patch) | |
tree | 665ea6cb1a3673c876431754518de14ebd86e8ab /src/lib/fs/include.am | |
parent | 38fd3e0df06f72b3b67dfeb1d2a2c1c90761e05e (diff) | |
download | tor-a1f3ece16d10649da2dfbbbf79a16d9c36e02563.tar.gz tor-a1f3ece16d10649da2dfbbbf79a16d9c36e02563.zip |
Move conffile and storagedir to lib/fs
Diffstat (limited to 'src/lib/fs/include.am')
-rw-r--r-- | src/lib/fs/include.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/fs/include.am b/src/lib/fs/include.am index 35dba60684..dcfd0b201f 100644 --- a/src/lib/fs/include.am +++ b/src/lib/fs/include.am @@ -6,10 +6,12 @@ noinst_LIBRARIES += src/lib/libtor-fs-testing.a endif src_lib_libtor_fs_a_SOURCES = \ + src/lib/fs/conffile.c \ src/lib/fs/dir.c \ src/lib/fs/files.c \ src/lib/fs/mmap.c \ src/lib/fs/path.c \ + src/lib/fs/storagedir.c \ src/lib/fs/userdb.c src_lib_libtor_fs_testing_a_SOURCES = \ @@ -18,8 +20,10 @@ src_lib_libtor_fs_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) src_lib_libtor_fs_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) noinst_HEADERS += \ + src/lib/fs/conffile.h \ src/lib/fs/dir.h \ src/lib/fs/files.h \ src/lib/fs/mmap.h \ src/lib/fs/path.h \ + src/lib/fs/storagedir.h \ src/lib/fs/userdb.h |