From 03c0a1e131f63eded1fad0ebfd34b13a4f288f4b Mon Sep 17 00:00:00 2001 From: David Date: Wed, 30 Apr 2014 13:10:54 +1200 Subject: Removed unneeded Gtk linking from trayfreq-set compilation line --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e84b95b..2cda57a 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ trayfreq_SOURCES = freq_tray/getcore.c \ bat_tray/bat_tray.c \ common.c -trayfreq_set_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall -D_=gettext -trayfreq_set_LDFLAGS = $(GTK_LIBS) $(GLIB_LIBS) -lm +trayfreq_set_CFLAGS = $(GLIB_CFLAGS) -Wall -D_=gettext +trayfreq_set_LDFLAGS = $(GLIB_LIBS) -lm trayfreq_set_SOURCES = trayfreq_set/trayfreq_set.c \ freq_tray/getfreq.c \ freq_tray/getcore.c -- cgit v1.1