summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-25 13:16:10 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-25 13:19:18 +0100
commitf00022dd121c73b543ae667ddce9814bd67a1b73 (patch)
tree7d3f342cc802ff4fc10adf30e709adb316671ab5 /Makefile.am
parent3ffd4af22052963e7a29431721ee204e634bea75 (diff)
util-lib: move formats-util.h from shared/ to basic/
It's only a header file, definining format strings for basic system types, hence it should be in src/basic/, not src/shared/.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bfd3aeea1..5c9bcb4568 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -907,7 +907,8 @@ libbasic_la_SOURCES = \
src/basic/rm-rf.c \
src/basic/rm-rf.h \
src/basic/copy.c \
- src/basic/copy.h
+ src/basic/copy.h \
+ src/basic/formats-util.h
nodist_libbasic_la_SOURCES = \
src/basic/errno-from-name.h \
@@ -947,7 +948,6 @@ libshared_la_SOURCES = \
src/shared/architecture.h \
src/shared/efivars.c \
src/shared/efivars.h \
- src/shared/formats-util.h \
src/shared/fstab-util.c \
src/shared/fstab-util.h \
src/shared/sleep-config.c \