aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-02 21:10:04 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-02 21:10:04 +1300
commit17a78f2f326c5a0258e986acf7875982d4723c40 (patch)
tree1b64828db3abb765311a682f303c2038c8618f9f
parentbafae35fa14e3053b36d8ddac93835f39df9b4e6 (diff)
downloadparamano-17a78f2f326c5a0258e986acf7875982d4723c40.tar.xz
Reverted back to gtk-2.0, whoops
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32ae254..a81a990 100644
--- a/Makefile
+++ b/Makefile
@@ -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