diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-16 17:02:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-16 17:02:51 +0200 |
commit | 183de6d7d9def43ec90b94e775fdc49539a950ba (patch) | |
tree | f285b3881d31c41d8417f8c02c8032b92c6f256d /Makefile.am | |
parent | 706911fba8d071449848f02516eef117277ff48b (diff) |
id128: introduce new SD_ID128_CONST_STR() macro
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 e714b6e10e..0a3ed18a4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -544,6 +544,7 @@ MANPAGES_ALIAS = \ man/systemd-tmpfiles-clean.timer.8 \ man/sd_id128_t.3 \ man/SD_ID128_MAKE.3 \ + man/SD_ID128_CONST_STR.3 \ man/SD_ID128_FORMAT_STR.3 \ man/SD_ID128_FORMAT_VAL.3 \ man/sd_id128_equal.3 \ @@ -613,6 +614,7 @@ man/systemd-tmpfiles-clean.service.8: man/systemd-tmpfiles.8 man/systemd-tmpfiles-clean.timer.8: man/systemd-tmpfiles.8 man/sd_id128_t.3: man/sd-id128.3 man/SD_ID128_MAKE.3: man/sd-id128.3 +man/SD_ID128_CONST_STR.3: man/sd-id128.3 man/SD_ID128_FORMAT_STR.3: man/sd-id128.3 man/SD_ID128_FORMAT_VAL.3: man/sd-id128.3 man/sd_id128_equal.3: man/sd-id128.3 |