diff options
author | Colin Walters <walters@verbum.org> | 2015-05-04 16:12:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-05 22:35:29 -0400 |
commit | cd2eb9e942eb380a5419cc978ad494807540d357 (patch) | |
tree | 80bcd2d6237236648e38b45b74e6d866a9c9bd74 /Makefile.am | |
parent | 7e7cddb22493642dad826ec42ac00979f40b2d17 (diff) |
lockfile-util.[ch]: Split out from util.[ch]
Continuing the general trend of splitting up util.[ch]. I specifically
want to reuse this code in https://github.com/GNOME/libglnx and
having it split up will make future copy-pasting easier.
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 164bdfb096..1ec1e776cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -775,6 +775,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/formats-util.h \ src/shared/fstab-util.c \ src/shared/fstab-util.h \ + src/shared/lockfile-util.c \ + src/shared/lockfile-util.h \ src/shared/path-util.c \ src/shared/path-util.h \ src/shared/time-util.c \ |