This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 37677b2ec08c514e2234400244d15b989c4b8faf (commit)
from a2de2c34eea348aaff5f39434ce297a322672140 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/37677b2ec08c514e2234400244d15b989c4b8faf
commit 37677b2ec08c514e2234400244d15b989c4b8faf
Author: Kamil Rytarowski <[email protected]>
Date: Sat Jan 5 12:17:41 2013 +0100
Fix underlinking
libWMaker (wmlib) requires -lX11.
diff --git a/wmlib/Makefile.am b/wmlib/Makefile.am
index 3a5ff27..c6432b6 100644
--- a/wmlib/Makefile.am
+++ b/wmlib/Makefile.am
@@ -8,6 +8,8 @@ include_HEADERS = WMaker.h
AM_CPPFLAGS = $(DFLAGS) @XCFLAGS@
+libWMaker_la_LIBADD = -lX11
+
libWMaker_la_SOURCES = menu.c app.c
-----------------------------------------------------------------------
Summary of changes:
wmlib/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].