about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-07 19:50:49 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-07 19:50:49 +0000
commit315487f70c90b117aa4e9d63bbb21abae8af80ab (patch)
tree606e77c7f9f3d5c32f4666a8de0a7755386b45e3 /Makefile.am
parentc3550946c61a43cad54f1aa7c0f0f062a451042f (diff)
downloadcmogstored-315487f70c90b117aa4e9d63bbb21abae8af80ab.tar.gz
It should be clearer this code is only called from inside
mnt.c and not fs.c (the latter is for general filesystem
operations, not operations on a mount point).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e1eb2fa..557ecca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,6 @@ mog_src += fdmap.h
 mog_src += file.c
 mog_src += fs.c
 mog_src += fs.h
-mog_src += fs_usable.c
 mog_src += fsck_queue.c
 mog_src += gcc.h
 mog_src += http.c
@@ -65,6 +64,7 @@ mog_src += mgmt_fn.c
 mog_src += mkpath_for.c
 mog_src += mnt.c
 mog_src += mnt.h
+mog_src += mnt_usable.c
 mog_src += nostd/setproctitle.h
 mog_src += notify.c
 mog_src += notify.h