Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jamal Dahbur
libcloudstorage
Commits
a07a9e13
Commit
a07a9e13
authored
Feb 26, 2018
by
Paweł Wegner
Browse files
IFileSystem: moved to fuse.
parent
818ab3a7
Changes
7
Hide whitespace changes
Inline
Side-by-side
bin/cloudbrowser/android/cloudbrowser.pro
View file @
a07a9e13
...
...
@@ -89,7 +89,6 @@ SOURCES += \
..
/../../
src
/
Utility
/
CloudStorage
.
cpp
\
..
/../../
src
/
Utility
/
Auth
.
cpp
\
..
/../../
src
/
Utility
/
Item
.
cpp
\
..
/../../
src
/
Utility
/
FileSystem
.
cpp
\
..
/../../
src
/
Utility
/
Utility
.
cpp
\
..
/../../
src
/
Utility
/
ThreadPool
.
cpp
\
..
/../../
src
/
CloudProvider
/
CloudProvider
.
cpp
\
...
...
bin/cloudbrowser/winrt/cloudbrowser.pro
View file @
a07a9e13
...
...
@@ -108,7 +108,6 @@ SOURCES += \
..
/../../
src
/
Utility
/
CloudStorage
.
cpp
\
..
/../../
src
/
Utility
/
Auth
.
cpp
\
..
/../../
src
/
Utility
/
Item
.
cpp
\
..
/../../
src
/
Utility
/
FileSystem
.
cpp
\
..
/../../
src
/
Utility
/
Utility
.
cpp
\
..
/../../
src
/
Utility
/
ThreadPool
.
cpp
\
..
/../../
src
/
CloudProvider
/
CloudProvider
.
cpp
\
...
...
src/Utility
/FileSystem.cpp
→
bin/fuse
/FileSystem.cpp
View file @
a07a9e13
File moved
src/Utility
/FileSystem.h
→
bin/fuse
/FileSystem.h
View file @
a07a9e13
File moved
src
/IFileSystem.h
→
bin/fuse
/IFileSystem.h
View file @
a07a9e13
File moved
bin/fuse/Makefile.am
View file @
a07a9e13
...
...
@@ -11,11 +11,19 @@ AM_LDFLAGS = \
bin_PROGRAMS
=
libcloudstorage-fuse
libcloudstorage_fuse_SOURCES
=
\
FuseCommon.h FuseCommon.cpp
\
FuseLowLevel.h FuseLowLevel.cpp
\
FuseHighLevel.h FuseHighLevel.cpp
\
FuseCommon.cpp
\
FuseLowLevel.cpp
\
FuseHighLevel.cpp
\
FileSystem.cpp
\
main.cpp
noinst_HEADERS
=
\
FuseCommon.h
\
FuseLowLevel.h
\
FuseHighLevel.h
\
IFileSystem.h
\
FileSystem.h
libcloudstorage_fuse_LDADD
=
\
../../src/libcloudstorage.la
\
$(libjsoncpp_LIBS)
...
...
src/Makefile.am
View file @
a07a9e13
...
...
@@ -16,7 +16,6 @@ libcloudstorage_la_SOURCES = \
Utility/CloudStorage.cpp
\
Utility/Auth.cpp
\
Utility/Item.cpp
\
Utility/FileSystem.cpp
\
Utility/Utility.cpp
\
Utility/CryptoPP.cpp
\
Utility/CurlHttp.cpp
\
...
...
@@ -58,7 +57,6 @@ noinst_HEADERS = \
Utility/CloudStorage.h
\
Utility/Auth.h
\
Utility/Item.h
\
Utility/FileSystem.h
\
Utility/Utility.h
\
Utility/CryptoPP.h
\
Utility/CurlHttp.h
\
...
...
@@ -103,7 +101,6 @@ libcloudstorage_la_HEADERS = \
ICrypto.h
\
IHttp.h
\
IHttpServer.h
\
IFileSystem.h
\
IThreadPool.h
libcloudstorage_la_LIBADD
=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment