summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 20:39:23 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commitc8b3094de58e3b1e37d06f3d56c9346cffbe320a (patch)
tree9ef7b4571f9bbf6534257ab2e7b0142a0de9cecf /Makefile.am
parent89a5a90cb0935cdad84a0b98d41789ad879d0d83 (diff)
util-lib: split out file attribute calls to chattr-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 33d66d4dd0..15aace196a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -797,6 +797,8 @@ libbasic_la_SOURCES = \
src/basic/dirent-util.h \
src/basic/xattr-util.c \
src/basic/xattr-util.h \
+ src/basic/chattr-util.c \
+ src/basic/chattr-util.h \
src/basic/mount-util.c \
src/basic/mount-util.h \
src/basic/hexdecoct.c \