diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-20 00:20:55 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-20 00:50:22 -0400 |
commit | ac34b3af131af68e493c3dea071e5aad6eee3ecc (patch) | |
tree | 0140b6b06eb60646669d4df2c13e3f08396192fd | |
parent | bd5a54582ae4e7cdc390d05ea8f73dc7d02ed147 (diff) |
build-sys: make intltool and distcheck happy
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.skip | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff5a129da8..016d7dad32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3713,6 +3713,8 @@ UNINSTALL_EXEC_HOOKS += libsystemd-login-uninstall-hook nodist_systemunit_DATA += \ units/systemd-logind.service \ units/systemd-user-sessions.service + +dist_systemunit_DATA += \ units/user.slice \ units/machine.slice diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 0502c13023..65327aaca5 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -5,6 +5,7 @@ src/core/dbus-manager.c src/core/dbus-mount.c src/core/dbus-path.c src/core/dbus-service.c +src/core/dbus-slice.c src/core/dbus-snapshot.c src/core/dbus-socket.c src/core/dbus-swap.c |