Updating branch refs/heads/master
         to 4fa3dbe337f29e4029f0c9d0bb7aedd42c691e78 (commit)
       from 058544623d9a8c035174972d2a9dc1228dc9e6d8 (commit)

commit 4fa3dbe337f29e4029f0c9d0bb7aedd42c691e78
Author: Andrzej <ndrwr...@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
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to