aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-04-30 11:56:44 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:27:42 +1200
commitabbf6164e196115c488e26dc1bd3bf777a4e8039 (patch)
tree761b278ae6b2d768af561f9b16624bd9c88ee25b /Makefile
parent06b99181bdd885fa73f1afe2d4efa2313e7e8b04 (diff)
downloadparamano-abbf6164e196115c488e26dc1bd3bf777a4e8039.tar.xz
Inital jump to Gtk3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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