From 10e92d96f03d035e9a4e95aa22eb22367024789b Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Mon, 3 Mar 2014 21:20:32 +1300
Subject: Updated makefile, fixed XDG autostart

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/Makefile')

diff --git a/src/Makefile b/src/Makefile
index f4895fb..d7f69d8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ VERSION = 0.2
 trayfreq_SOURCES = getcore.c getcore.h getfreq.c getfreq.h getgov.c getgov.h tray.c tray.h trayfreq.c utilities.c utilities.h widget_manager.c widget_manager.h trayfreq_set_interface.c trayfreq_set_interface.h config_file.c config_file.h defaults.c defaults.h getbat.c getbat.h bat_tray.c bat_tray.h
 #trayfreq_SOURCES = getcore.c getcore.h getfreq.c getfreq.h getgov.c getgov.h tray.c tray.h trayfreq.c utilities.c utilities.h widget_manager.c widget_manager.h config_file.c config_file.h defaults.c defaults.h getbat.c getbat.h bat_tray.c bat_tray.h
 
-trayfreq_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall  -mfpmath=387
+trayfreq_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall -mfpmath=387
 
 trayfreq_LDFLAGS = $(GTK_LIBS) $(GLIB_LIBS) -lm
 
-- 
cgit v1.1