Xinqi Bao's Git

Add basic backlight percentage support
[slstatus.git] / Makefile
index 871f09d..8e18969 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 # slstatus - suckless status monitor
 .POSIX:
 
-include os.mk
 include config.mk
 
 REQ = util
 COM =\
+       components/backlight\
        components/battery\
        components/cpu\
        components/datetime\
@@ -17,6 +17,7 @@ COM =\
        components/kernel_release\
        components/keyboard_indicators\
        components/load_avg\
+       components/netspeeds\
        components/num_files\
        components/ram\
        components/run_command\
@@ -30,7 +31,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: