diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-02 21:10:04 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-02 21:10:04 +1300 |
commit | 17a78f2f326c5a0258e986acf7875982d4723c40 (patch) | |
tree | 1b64828db3abb765311a682f303c2038c8618f9f /Makefile | |
parent | bafae35fa14e3053b36d8ddac93835f39df9b4e6 (diff) | |
download | paramano-17a78f2f326c5a0258e986acf7875982d4723c40.tar.xz |
Reverted back to gtk-2.0, whoops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ CFLAGS += -I/usr/include/gtk-2.0 \ -Werror \ -D_=gettext -LDFLAGS += -lgtk-3 \ +LDFLAGS += -lgtk-2 \ -lgobject-2.0 \ -lglib-2.0 |