From b2292e770ef96c8abe8cc7134e8defb0b49e902f Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <michael@stapelberg.de>
Date: Thu, 1 Oct 2009 17:43:32 +0200
Subject: Implement getting the wireless ESSID

This adds a dependency for libiw
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index b894762..fda8438 100644
--- 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)
-- 
cgit v1.2.3