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-04-30 11:56:44 +1200
commit69faf20805fa83517abe01f00060a9bbe0235da5 (patch)
tree74c6053e24fd4fee0b6c23d3b275d69f06db5230 /Makefile
parent86b27fa02d16a0d906edcadce6b009e1402c56f8 (diff)
downloadparamano-69faf20805fa83517abe01f00060a9bbe0235da5.tar.xz
Inital jump to Gtk3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aa500a..fa1e7d1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ 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 \
+GTK_LIBS = -lgtk-3 \
-lgobject-2.0