aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-08-25 22:15:31 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-08-25 22:15:31 +1200
commita020443f6d1d3e0fb847a3f04c983e1475f2d8de (patch)
tree2d314e5b4e88a0d3f3df3d4724fbf7b8b01852ce
parente9966ba3c07365baf6848a395bc52d4c95d66331 (diff)
downloadparamano-a020443f6d1d3e0fb847a3f04c983e1475f2d8de.tar.xz
Update makefile to build against new lib name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a81a990..784f3a5 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ CFLAGS += -I/usr/include/gtk-2.0 \
-Werror \
-D_=gettext
-LDFLAGS += -lgtk-2 \
+LDFLAGS += -lgtk-x11-2.0 \
-lgobject-2.0 \
-lglib-2.0