diff options
author | David <dbphillipsnz@gmail.com> | 2014-04-30 13:10:54 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-04-30 13:10:54 +1200 |
commit | 03c0a1e131f63eded1fad0ebfd34b13a4f288f4b (patch) | |
tree | 7468ec0f0c2bb2f424042838700be3a924fc68a8 /Makefile | |
parent | ba653254a75e0f22308ba0b51672fd546279167c (diff) | |
download | paramano-03c0a1e131f63eded1fad0ebfd34b13a4f288f4b.tar.xz |
Removed unneeded Gtk linking from trayfreq-set compilation line
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |