From 9725d0eba0ed73572fbe4b65d8e0e34b5bed4ca1 Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Sat, 10 May 2014 21:31:33 +1200
Subject: Header/includes tidy-up

---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 78c485e..8bdaf83 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ DEPS = 	bat_tray.h \
 		trayfreq.h \
 		tray.h \
 		trayfreq_set_interface.h 
-#		widget_manager.h
 
 
 GLIB_CFLAGS				=	-I/usr/include/glib-2.0 \
@@ -47,7 +46,6 @@ trayfreq_SOURCES		=	freq_tray/getcore.c \
 							freq_tray/getgov.c \
 							tray.c \
 							trayfreq.c \
-							widget_manager.c \
 							trayfreq_set/trayfreq_set_interface.c \
 							config_file.c \
 							defaults.c \
@@ -80,8 +78,7 @@ trayfreq:	bat_tray.o \
 			reload.o \
 			trayfreq.o \
 			tray.o \
-			trayfreq_set_interface.o \
-			widget_manager.o
+			trayfreq_set_interface.o
 	$(CC) -o $@ $? $(trayfreq_LDFLAGS)
 
 ########################################################################
-- 
cgit v1.1