[Xfce4-commits] <xfce4-panel:devel> Make sure we link to the dbus libs for GPtrArray type.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:28:59 CEST 2009
Updating branch refs/heads/devel
to 4eb0349a5dbdf0656bf40453982269641ffeaa8d (commit)
from 3f64c2a1f69bb9eeb1b037a608fdb98e971452a1 (commit)
commit 4eb0349a5dbdf0656bf40453982269641ffeaa8d
Author: Nick Schermer <nick at xfce.org>
Date: Thu Mar 12 20:52:27 2009 +0100
Make sure we link to the dbus libs for GPtrArray type.
plugins/launcher/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/launcher/Makefile.am b/plugins/launcher/Makefile.am
index 7785d9b..2bbb5f2 100644
--- a/plugins/launcher/Makefile.am
+++ b/plugins/launcher/Makefile.am
@@ -33,6 +33,7 @@ liblauncher_la_CFLAGS = \
$(LIBXFCE4MENU_CFLAGS) \
$(EXO_CFLAGS) \
$(XFCONF_CFLAGS) \
+ $(DBUS_CFLAGS) \
$(PLATFORM_CFLAGS)
liblauncher_la_LDFLAGS = \
@@ -48,6 +49,7 @@ liblauncher_la_LIBADD = \
$(LIBXFCE4UI_LIBS) \
$(LIBXFCE4MENU_LIBS) \
$(EXO_LIBS) \
+ $(DBUS_LIBS) \
$(XFCONF_LIBS)
liblauncher_la_DEPENDENCIES = \
More information about the Xfce4-commits
mailing list