]> git.sur5r.net Git - i3/i3status/blobdiff - Makefile
Implement getting the wireless ESSID
[i3/i3status] / Makefile
index b894762b9d7466ad34f9fecc22cd3b77801efc7a..fda843827641c7c6103d4978b83098cf0779a296 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ VERSION=$(shell git describe --tags --abbrev=0)
 ifeq ($(shell uname),Linux)
 CFLAGS+=-DLINUX
 CFLAGS+=-D_GNU_SOURCE
+LDFLAGS+=-liw
 endif
 
 ifeq ($(shell uname),GNU/kFreeBSD)