summaryrefslogtreecommitdiffstats
path: root/src/basic/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-10-11 20:21:29 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-11 20:21:28 +0200
commit523578aa6db4b16948c28d798a78773dcec0fd4f (patch)
treee0ea1817d0739677746084ec10d43cb88920fe79 /src/basic/meson.build
parenttest-dhcp-client: fix typos in comment (#7052) (diff)
downloadsystemd-523578aa6db4b16948c28d798a78773dcec0fd4f.tar.xz
systemd-523578aa6db4b16948c28d798a78773dcec0fd4f.zip
basic: split unit-name.[ch] into two (#7065)
It always bothered me a bit that unit-name.[ch] contains so many definitions that aren't really have much to do with unit nameing, for example all the unit state definitions. With this patch unit-name.[ch] is split into two: the file now contains only the unit naming related operations, and everything else is split out into a new set of files unit-def.[ch]. That's mostly unit state stuff as well as dbus path and interface name operations. No functional changes. This just moves code around. (Note as both .c files include each other's headers this doesn't make the build simpler or anything. All it does is make the C files a bit shorter, and medicate my pretend OCD)
Diffstat (limited to 'src/basic/meson.build')
-rw-r--r--src/basic/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index eda7b1159b..7d12cebdb2 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -184,6 +184,8 @@ basic_sources_plain = files('''
unaligned.h
unit-name.c
unit-name.h
+ unit-def.c
+ unit-def.h
user-util.c
user-util.h
utf8.c