[Xfce4-commits] <xfce4-screenshooter:master> Clean the build system for the new panel library (Romain Bouvier).

Jérôme Guelfucci noreply at xfce.org
Mon May 17 22:26:01 CEST 2010


Updating branch refs/heads/master
         to 530c13da8a251c7724cdc3dcc6a14278878e3141 (commit)
       from 8a8c9d2cdd0611829be695ce779a38f3209c2edc (commit)

commit 530c13da8a251c7724cdc3dcc6a14278878e3141
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon May 17 22:23:03 2010 +0200

    Clean the build system for the new panel library (Romain Bouvier).

 Makefile.am                         |    4 +++-
 panel-plugin/screenshooter-plugin.c |    3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 52f5294..6f96220 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,13 +117,15 @@ panel_plugin_xfce4_screenshooter_plugin_CFLAGS =	\
 	-I$(top_srcdir)	\
 	-I$(top_srcdir)/lib/	\
 	@LIBXFCE4PANEL_CFLAGS@ \
+	@LIBXFCEGUI4_CFLAGS@ \
 	@GTHREAD_CFLAGS@ \
 	@SOUP_CFLAGS@
 
 panel_plugin_xfce4_screenshooter_plugin_LDFLAGS = \
 	@LIBXFCE4PANEL_LIBS@ \
 	@GTHREAD_LIBS@ \
-	@SOUP_LIBS@
+	@SOUP_LIBS@ \
+	@LIBXFCEGUI4_LIBS@
 
 panel_plugin_xfce4_screenshooter_plugin_LDADD = lib/libscreenshooter.la
 
diff --git a/panel-plugin/screenshooter-plugin.c b/panel-plugin/screenshooter-plugin.c
index 21b4e70..b0ac320 100644
--- a/panel-plugin/screenshooter-plugin.c
+++ b/panel-plugin/screenshooter-plugin.c
@@ -29,8 +29,7 @@ t */
 #include <gdk/gdkx.h>
 
 #include <libxfcegui4/libxfcegui4.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
-#include <libxfce4panel/xfce-panel-convenience.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>



More information about the Xfce4-commits mailing list