diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
| commit | 4d3e462531d2172cb13319c7f79c0e2228e652fa (patch) | |
| tree | 6381426e806b30814890e74085afef17e3ee78f3 /Makefile.am | |
| parent | b74a383e6ded85c122f98137936d78f768f8f938 (diff) | |
Big update
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6889b3e..f04c219 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,10 @@ COMMON_SOURCES=src/text.c \ src/signal.c \ src/modules/pulse.c \ src/modules/time.c \ - src/modules/battery.c + src/modules/battery.c \ + src/modules/cpu.c \ + src/modules/memory.c \ + src/modules/brightness.c somebarinfo_SOURCES=src/somebarinfo.c $(COMMON_SOURCES) |
