From abbf6164e196115c488e26dc1bd3bf777a4e8039 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 30 Apr 2014 11:56:44 +1200 Subject: Inital jump to Gtk3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cda57a..21bb983 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ GTK_CFLAGS = -I/usr/include/gtk-2.0 \ -I/usr/include/gdk-pixbuf-2.0 \ -I/usr/include/atk-1.0 -GTK_LIBS = -lgtk-x11-2.0 \ - -lgobject-2.0 +GTK_LIBS = -lgtk-3 \ + -lgobject-2.0 trayfreq_CFLAGS = $(GTK_CFLAGS) $(GLIB_CFLAGS) -Wall -D_=gettext -- cgit v1.1