aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMart Lubbers2016-01-17 18:05:11 +0100
committerCamil Staps2019-12-11 17:29:33 +0100
commit625518acd7c62acde2d6d150272fa17a45eb3ce9 (patch)
tree7142278a1694f3e2fda2276e1277525ee31a7632 /Makefile.am
parentMerge pull request #373 from zsugabubus/fix-memory (diff)
Add support for custom commandsHEADmaster
Add the cmd option in the config that runs a shell command.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c2c1c0a..df0db59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ i3status_SOURCES = \
src/general.c \
src/output.c \
src/print_battery_info.c \
+ src/print_cmd.c \
src/print_cpu_temperature.c \
src/print_cpu_usage.c \
src/print_ddate.c \