diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 22:20:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 22:20:53 +0200 |
commit | fa60b9ae94a61c71da2b7dd7305eb191612bc6e6 (patch) | |
tree | 6cff6f0e2ba340f8c31b4ef6471bd32d4eef1a27 /Makefile.am | |
parent | 0d33ae52c6f150d7231a85ea83a164cbb27c10bc (diff) |
fs/Path: move path_domain to Domain.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c62c252df..374c6d781 100644 --- a/Makefile.am +++ b/Makefile.am @@ -342,6 +342,7 @@ endif # File system library libfs_a_SOURCES = \ + src/fs/Domain.cxx src/fs/Domain.hxx \ src/fs/Limits.hxx \ src/fs/Path.cxx src/fs/Path.hxx \ src/fs/FileSystem.cxx src/fs/FileSystem.hxx \ |