now that we got rid of global variables, we can split the operations into their own file

This commit is contained in:
josch
2014-12-02 07:34:07 +01:00
parent 58e8e89771
commit 04dd1bcc71
4 changed files with 359 additions and 282 deletions

View File

@@ -19,7 +19,7 @@ target_link_libraries(mediafire-shell curl ssl crypto jansson mfapi mfutils)
enable_testing()
add_executable(mediafire-fuse fuse/main.c fuse/hashtbl.c fuse/filecache.c)
add_executable(mediafire-fuse fuse/main.c fuse/hashtbl.c fuse/filecache.c fuse/operations.c)
set_target_properties(mediafire-fuse PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64")
target_link_libraries(mediafire-fuse curl ssl fuse jansson mfapi mfutils)