[Xfce4-commits] <xfce4-clipman-plugin:master> Don't build the panel plugin with GSEAL_ENABLE

Mike Massonnet noreply at xfce.org
Tue Dec 22 15:20:01 CET 2009


Updating branch refs/heads/master
         to c14f7c8b636b72a4b0edc99c3a186261759c9396 (commit)
       from a312610be245edfa4e42aa1ac75a41fd2dd96cf4 (commit)

commit c14f7c8b636b72a4b0edc99c3a186261759c9396
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Tue Dec 22 15:16:34 2009 +0100

    Don't build the panel plugin with GSEAL_ENABLE

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

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 94fb248..3770397 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,7 +1,6 @@
 NULL = 
 
 INCLUDES =								\
-	-DGSEAL_ENABLE							\
 	-I${top_srcdir}							\
 	-DSYSCONFDIR=\"$(sysconfdir)\"					\
 	-DDATAROOTDIR=\"$(datarootdir)\"				\
@@ -32,6 +31,7 @@ xfce4_popup_clipman_SOURCES =						\
 	$(NULL)
 
 xfce4_popup_clipman_CFLAGS =                                            \
+	-DGSEAL_ENABLE							\
 	@LIBX11_CFLAGS@							\
 	@GDKX_CFLAGS@							\
 	@GTK_CFLAGS@							\
@@ -55,6 +55,7 @@ xfce4_clipman_settings_SOURCES =					\
 	$(NULL)
 
 xfce4_clipman_settings_CFLAGS =						\
+	-DGSEAL_ENABLE							\
 	@GIO_CFLAGS@							\
 	@EXO_CFLAGS@							\
 	@LIBX11_CFLAGS@							\
@@ -91,6 +92,7 @@ xfce4_clipman_SOURCES =							\
 	$(NULL)
 
 xfce4_clipman_CFLAGS =							\
+	-DGSEAL_ENABLE							\
 	-DSTATUS_ICON							\
 	@GIO_CFLAGS@							\
 	@EXO_CFLAGS@							\



More information about the Xfce4-commits mailing list