[Xfce4-commits] <xfce4-panel:andrzejr/wrapper3> Build fix with gtk3

Andrzej noreply at xfce.org
Mon Aug 26 19:32:01 CEST 2013


Updating branch refs/heads/andrzejr/wrapper3
         to 7683aab6dbd64de9d10b79d2118bd5702beec639 (commit)
       from 88c73508a09a05a7bc44833a9eaebc48072d4695 (commit)

commit 7683aab6dbd64de9d10b79d2118bd5702beec639
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Aug 26 18:29:17 2013 +0100

    Build fix with gtk3

 libxfce4panel/Makefile.am |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index 384d15f..20b4e11 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -25,7 +25,6 @@ libxfce4panel_headers = \
 	libxfce4panel-config.h \
 	libxfce4panel-enums.h \
 	xfce-arrow-button.h \
-	xfce-hvbox.h \
 	xfce-panel-convenience.h \
 	xfce-panel-macros.h \
 	xfce-panel-macros-46.h \
@@ -38,11 +37,13 @@ libxfce4panel_includedir = \
 
 libxfce4panel_include_HEADERS = \
 	$(libxfce4panel_public_built_sources) \
-	$(libxfce4panel_headers)
+	$(libxfce4panel_headers) \
+	xfce-hvbox.h
 
 libxfce4panel_1_0_la_SOURCES = \
 	$(libxfce4panel_built_sources) \
 	$(libxfce4panel_headers) \
+	xfce-hvbox.h \
 	libxfce4panel-config.c \
 	xfce-arrow-button.c \
 	xfce-hvbox.c \
@@ -99,7 +100,7 @@ libxfce4panel_2_0_la_SOURCES = \
 	xfce-panel-image.c
 
 libxfce4panel_2_0_la_CFLAGS =	 \
-	$(GTK_CFLAGS) \
+	$(GTK3_CFLAGS) \
 	$(LIBXFCE4UTIL_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
@@ -111,7 +112,7 @@ libxfce4panel_2_0_la_LDFLAGS = \
 	$(PLATFORM_LDFLAGS)
 
 libxfce4panel_2_0_la_LIBADD = \
-	$(GTK_LIBS) \
+	$(GTK3_LIBS) \
 	$(LIBXFCE4UTIL_LIBS) \
 	-lm
 


More information about the Xfce4-commits mailing list