summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 21:16:26 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commitf4f15635ec05293ffcc83a5b39f624bbabbd8fd0 (patch)
treea71082ce77e66b48a01a4386e8f36985cc27d3d2 /Makefile.am
parentc8b3094de58e3b1e37d06f3d56c9346cffbe320a (diff)
util-lib: move a number of fs operations into fs-util.[ch]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 15aace196a..810ced3326 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -799,6 +799,8 @@ libbasic_la_SOURCES = \
src/basic/xattr-util.h \
src/basic/chattr-util.c \
src/basic/chattr-util.h \
+ src/basic/fs-util.c \
+ src/basic/fs-util.h \
src/basic/mount-util.c \
src/basic/mount-util.h \
src/basic/hexdecoct.c \