[Xfce4-commits] <xfce4-power-manager:master> Fix compilation with panel devel.

Ali Abdallah noreply at xfce.org
Mon Dec 7 15:34:03 CET 2009


Updating branch refs/heads/master
         to b0ec45860b60e8e991d815b4451cb9a5ac003acb (commit)
       from 454a6d2c3b0217faa7e81dea58958965bc5d8583 (commit)

commit b0ec45860b60e8e991d815b4451cb9a5ac003acb
Author: Ali Abdallah <aliov at xfce.org>
Date:   Mon Dec 7 15:32:06 2009 +0100

    Fix compilation with panel devel.

 panel-plugins/brightness/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/panel-plugins/brightness/Makefile.am b/panel-plugins/brightness/Makefile.am
index 5e78044..2fa44af 100644
--- a/panel-plugins/brightness/Makefile.am
+++ b/panel-plugins/brightness/Makefile.am
@@ -14,6 +14,7 @@ xfce4_brightness_plugin_CFLAGS =		\
 	-DLOCALEDIR=\"$(localedir)\"  		\
 	$(LIBXFCE4PANEL_CFLAGS)       		\
 	$(LIBXFCE4UTIL_CFLAGS)        		\
+	$(LIBXFCE4GUI_CFLAGS)			\
 	$(GTK_CFLAGS)			      	\
 	$(GLIB_CFLAGS)				\
 	$(DBUS_GLIB_CFLAGS)
@@ -22,6 +23,7 @@ xfce4_brightness_plugin_LDADD =			\
 	$(top_builddir)/libxfpm/libxfpmhal.la	\
 	$(top_builddir)/libxfpm/libxfpmcommon.la\
 	$(LIBXFCE4PANEL_LIBS)   		\
+	$(LIBXFCE4GUI_LIBS)			\
 	$(LIBXFCE4UTIL_LIBS)			\
 	$(GTK_LIBS)   				\
 	$(GLIB_LIBS)				\



More information about the Xfce4-commits mailing list