diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-22 20:12:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-24 23:03:49 +0200 |
commit | 84ac7bea360cd369df26910e9685a7eed2327088 (patch) | |
tree | 7b941067ff1af844404ad7c433473b1d5090c1ec /Makefile.am | |
parent | 0f03c2a4c093e3d44f4072144827e943c05c8904 (diff) |
util: split out extract_first_word() and related calls into extract-word.[ch]
This is quite a lot of code these days, hence move it to its own source
file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 89eaf80575..06bd5d4d9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -781,6 +781,8 @@ libbasic_la_SOURCES = \ src/basic/refcnt.h \ src/basic/util.c \ src/basic/util.h \ + src/basic/extract-word.c \ + src/basic/extract-word.h \ src/basic/cpu-set-util.c \ src/basic/cpu-set-util.h \ src/basic/lockfile-util.c \ |