]> granicus.if.org Git - sysstat/commit
sar/sadf: Fix dependencies in Makefile
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 7 Jan 2018 10:48:10 +0000 (11:48 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 7 Jan 2018 10:48:10 +0000 (11:48 +0100)
commitfc3615d6467b7b62744bf60b8ae7a1abf71d48aa
treee7bf0459e9c9808c999b377e530aa4ef12b7fb20
parentbce64972cecfc4f50fdeb76dec73109528f7c53a
sar/sadf: Fix dependencies in Makefile

File activity.c should depend on rd_stats.h and rd_sensors.h
for sadf and sar in addition to sadc.
Structures size (STATS_*_SIZE) is defined in these include files and
used in activity.c for all commands.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Makefile.in
activity.c