diff options
author | Perberos <[email protected]> | 2011-12-21 00:21:16 -0200 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-21 00:21:16 -0200 |
commit | 0a5d00fa15e087784d4a3498a7de7e110a64c00f (patch) | |
tree | 91fd52f53170a9f5c8bae3619ee8ace42a89b12e /stickynotes/Makefile.am | |
parent | 85396111c2afcd721852a4342626d75f523f8f83 (diff) | |
download | mate-applets-0a5d00fa15e087784d4a3498a7de7e110a64c00f.tar.bz2 mate-applets-0a5d00fa15e087784d4a3498a7de7e110a64c00f.tar.xz |
adding missing libX11 on ld flags
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 3 |
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) |