diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:21:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:22:26 +0100 |
commit | 8f2d43a0121bc9a57ba8b79b33d5ac87d36ca2f2 (patch) | |
tree | aed32140e2106ba430bb6bec62c0575d045eb7a4 /Makefile.am | |
parent | 1733ca5475786c31031626a68804b26019426ad8 (diff) |
cgtop: add new cgtop tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 110a2f4df3..be5e70c9f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,6 +169,7 @@ rootbin_PROGRAMS = \ bin_PROGRAMS = \ systemd-cgls \ + systemd-cgtop \ systemd-stdio-bridge \ systemd-nspawn @@ -1008,6 +1009,13 @@ systemd_cgls_SOURCES = \ systemd_cgls_LDADD = \ libsystemd-basic.la +systemd_cgtop_SOURCES = \ + src/cgtop.c \ + src/cgroup-util.c + +systemd_cgtop_LDADD = \ + libsystemd-basic.la + systemd_nspawn_SOURCES = \ src/nspawn.c \ src/cgroup-util.c \ |