Xinqi Bao's Git

Add unit to temperature
[slstatus.git] / Makefile
index 00c35c4..0e925cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ COM =\
        components/kernel_release\
        components/keyboard_indicators\
        components/load_avg\
+       components/netspeeds\
        components/num_files\
        components/ram\
        components/run_command\
@@ -29,7 +30,7 @@ COM =\
 all: slstatus
 
 slstatus: slstatus.o $(COM:=.o) $(REQ:=.o)
-slstatus.o: slstatus.c slstatus.h arg.h config.h $(REQ:=.h)
+slstatus.o: slstatus.c slstatus.h arg.h config.h config.mk $(REQ:=.h)
 $(COM:=.o): config.mk $(REQ:=.h)
 
 config.h: