[Xfce4-commits] [xfce/exo] 15/21: Build ExoTreeView for Gtk3

noreply at xfce.org noreply at xfce.org
Tue Jul 12 04:08:07 CEST 2016


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit 78de2b3fc4ea0cce3abfd46bc6f80665d0f09fdf
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date:   Sat Aug 8 18:36:56 2015 +0200

    Build ExoTreeView for Gtk3
---
 exo/Makefile.am | 6 ++++--
 exo/exo.h       | 3 +--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/exo/Makefile.am b/exo/Makefile.am
index 25cf13b..0074ea0 100644
--- a/exo/Makefile.am
+++ b/exo/Makefile.am
@@ -139,7 +139,8 @@ libexo_2_include_HEADERS =						\
 	exo-toolbars-model.h						\
 	exo-cell-renderer-icon.h					\
 	exo-thumbnail.h							\
-	exo-thumbnail-preview.h
+	exo-thumbnail-preview.h						\
+	exo-tree-view.h
 
 libexo_2_la_SOURCES =							\
 	$(libexo_2_include_HEADERS)					\
@@ -163,7 +164,8 @@ libexo_2_la_SOURCES =							\
 	exo-enum-types.c						\
 	exo-cell-renderer-icon.c					\
 	exo-thumbnail.c							\
-	exo-thumbnail-preview.c
+	exo-thumbnail-preview.c						\
+	exo-tree-view.c
 
 libexo_2_la_CFLAGS =							\
 	$(LIBXFCE4UTIL_CFLAGS)						\
diff --git a/exo/exo.h b/exo/exo.h
index 90ab909..ff297f3 100644
--- a/exo/exo.h
+++ b/exo/exo.h
@@ -49,7 +49,7 @@
 #include <exo/exo-icon-chooser-dialog.h>
 #include <exo/exo-icon-view.h>
 #include <exo/exo-toolbars-model.h>
-
+#include <exo/exo-tree-view.h>
 
 #if !GTK_CHECK_VERSION (3, 0, 0)
 #include <libxfce4util/libxfce4util.h>
@@ -59,7 +59,6 @@
 #include <exo/exo-toolbars-editor.h>
 #include <exo/exo-toolbars-editor-dialog.h>
 #include <exo/exo-toolbars-view.h>
-#include <exo/exo-tree-view.h>
 #include <exo/exo-wrap-table.h>
 #include <exo/exo-xsession-client.h>
 #endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list