diff options
author | David <dbphillipsnz@gmail.com> | 2014-04-30 17:14:36 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-04-30 17:14:36 +1200 |
commit | 7386dff9f7c768c5226bd140cec3091ba90bb9df (patch) | |
tree | 423b0cfa42af6056784a96f702d4ffd2437097f3 /Makefile | |
parent | 06b99181bdd885fa73f1afe2d4efa2313e7e8b04 (diff) | |
parent | 69faf20805fa83517abe01f00060a9bbe0235da5 (diff) | |
download | paramano-7386dff9f7c768c5226bd140cec3091ba90bb9df.tar.xz |
Merge branch 'gtk3'
Conflicts:
Makefile
tray.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,8 +15,7 @@ GTK_CFLAGS = -I/usr/include/gtk-2.0 \ -I/usr/include/cairo \ -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 |