[Xfce4-commits] <xfce4-mailwatch-plugin:master> Explicitly list libxfcegui4 in the makefile
Florian Rivoal
noreply at xfce.org
Sat Feb 26 15:16:03 CET 2011
Updating branch refs/heads/master
to 0ab411d227c07948337b0eab3b471363df4159f1 (commit)
from b9abc8f268a7fc2e6c600d4ea2c0dde88eda87a6 (commit)
commit 0ab411d227c07948337b0eab3b471363df4159f1
Author: Florian Rivoal <frivoal at xfce.org>
Date: Wed Feb 23 08:50:22 2011 +0900
Explicitly list libxfcegui4 in the makefile
This fixes bug #6608.
panel-plugin/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 920e45d..a7f36d5 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -50,20 +50,22 @@ xfce4_mailwatch_plugin_CFLAGS = \
-I$(top_srcdir)/libmailwatch-core \
@GTHREAD_CFLAGS@ \
@LIBXFCE4PANEL_CFLAGS@ \
+ @LIBXFCEGUI4_CFLAGS@ \
-DDATADIR=\"$(datadir)\" \
-DLOCALEDIR=\"$(localedir)\"
xfce4_mailwatch_plugin_DEPENDENCIES = \
$(top_builddir)/libmailwatch-core/libmailwatch-core.la
-xfce4_mailwatch_plugin_LDFLAGS = \
+xfce4_mailwatch_plugin_LDADD = \
$(top_builddir)/libmailwatch-core/libmailwatch-core.la \
@GTHREAD_LIBS@ \
@LIBXFCE4PANEL_LIBS@ \
+ @LIBXFCEGUI4_LIBS@ \
@GNUTLS_LIBS@
if HAVE_CYGWIN
- xfce4_mailwatch_plugin_LDFLAGS += \
+ xfce4_mailwatch_plugin_LDFLAGS = \
-no-undefined
endif
More information about the Xfce4-commits
mailing list