summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-21 00:21:16 -0200
committerPerberos <[email protected]>2011-12-21 00:21:16 -0200
commit0a5d00fa15e087784d4a3498a7de7e110a64c00f (patch)
tree91fd52f53170a9f5c8bae3619ee8ace42a89b12e /stickynotes
parent85396111c2afcd721852a4342626d75f523f8f83 (diff)
downloadmate-applets-0a5d00fa15e087784d4a3498a7de7e110a64c00f.tar.bz2
mate-applets-0a5d00fa15e087784d4a3498a7de7e110a64c00f.tar.xz
adding missing libX11 on ld flags
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)