From 0a5d00fa15e087784d4a3498a7de7e110a64c00f Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 21 Dec 2011 00:21:16 -0200 Subject: adding missing libX11 on ld flags --- stickynotes/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stickynotes/Makefile.am') diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 9a0fa9c0..3f0f95d6 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -35,7 +35,8 @@ stickynotes_applet_SOURCES = \ stickynotes_applet_LDADD = \ $(MATE_APPLETS3_LIBS) \ $(LIBWNCK_LIBS) \ - $(XML2_LIBS) + $(XML2_LIBS) \ + -lX11 builder_DATA = $(builder_files) -- cgit v1.2.1