diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-21 17:31:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-21 18:05:32 +0300 |
commit | 9534d791fe73868c17ff3723d3eacee020a4a215 (patch) | |
tree | 72c6366e2767c933bacd9ac488686ba4a312407f /src/Makefile.am | |
parent | fc60e6391b53c7e272bbbfe81e34f64ceb92fe06 (diff) | |
download | plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.gz plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.bz2 plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.xz plus-9534d791fe73868c17ff3723d3eacee020a4a215.zip |
Move other fs related files into fs directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6c5b2d4e5..1f50fa699 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -527,8 +527,8 @@ BASE_SRC += events/actionevent.h \ utils/dumplibs.h \ utils/env.cpp \ utils/env.h \ - utils/files.cpp \ - utils/files.h \ + fs/files.cpp \ + fs/files.h \ utils/fuzzer.cpp \ utils/fuzzer.h \ utils/gettext.h \ @@ -540,14 +540,14 @@ BASE_SRC += events/actionevent.h \ utils/langs.cpp \ utils/langs.h \ utils/mathutils.h \ - utils/mkdir.cpp \ - utils/mkdir.h \ + fs/mkdir.cpp \ + fs/mkdir.h \ utils/mrand.cpp \ utils/mrand.h \ utils/parameters.cpp \ utils/parameters.h \ - utils/paths.cpp \ - utils/paths.h \ + fs/paths.cpp \ + fs/paths.h \ utils/perfomance.cpp \ utils/perfomance.h \ utils/debugmemoryobject.h \ @@ -568,8 +568,8 @@ BASE_SRC += events/actionevent.h \ utils/sdlhelper.cpp \ utils/sdlhelper.h \ utils/sdlmemoryobject.h \ - utils/specialfolder.cpp \ - utils/specialfolder.h \ + fs/specialfolder.cpp \ + fs/specialfolder.h \ utils/stringmap.h \ utils/stringutils.cpp \ utils/stringutils.h \ @@ -1924,7 +1924,7 @@ manaplustests_SOURCES = ${SRC} \ utils/timer_unittest.cc \ utils/xmlutils_unittest.cc \ utils/mathutils_unittest.cc \ - utils/files_unittest.cc \ + fs/files_unittest.cc \ utils/stringutils_unittest.cc \ utils/parameters_unittest.cc \ resources/mstack_unittest.cc \ |