aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2014-01-08 13:01:01 +0000
committerJörg Mayer <jmayer@loplof.de>2014-01-08 13:01:01 +0000
commite8c0ef0acfdf8b40dbbae6a5b66b378c42924a87 (patch)
treebeda21c66e422991f7bd39d31291bc273068ecc0 /filetap
parentf9385077ea09f98e8223c1bbfc96b599d27b4835 (diff)
Add file_access.c
svn path=/trunk/; revision=54659
Diffstat (limited to 'filetap')
-rw-r--r--filetap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/filetap/CMakeLists.txt b/filetap/CMakeLists.txt
index 229c7e476f..34df8c39ba 100644
--- a/filetap/CMakeLists.txt
+++ b/filetap/CMakeLists.txt
@@ -25,6 +25,7 @@ include(UseABICheck)
set(CLEAN_FILES
buffer.c
+ file_access.c
ft_file_wrappers.c
ftap.c
)