diff options
| author | Michael Stapelberg | 2009-10-01 17:43:32 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2009-10-01 17:43:32 +0200 | 
| commit | b2292e770ef96c8abe8cc7134e8defb0b49e902f (patch) | |
| tree | 204e7161df0e09f6af8fb8bfb145b70244e58a6d /Makefile | |
| parent | Bugfix: Don’t show colors in wireless info if colors are disabled (Thanks s... (diff) | |
Implement getting the wireless ESSID
This adds a dependency for libiw
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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) | 
