[gtkmm] Don't build Gtk::Plug and Gtk::Socket on WIN32



commit 088cb69f4b8844f1d1e5ff062db3a34a9bf18d73
Author: Kalev Lember <kalev smartlink ee>
Date:   Mon May 2 13:57:21 2011 +0300

    Don't build Gtk::Plug and Gtk::Socket on WIN32
    
    * gtk/src/filelist.am: Moved plug.h and socket.h to
    gtkmm_files_posix_hg. Bug #649187

 ChangeLog           |    7 +++++++
 gtk/src/filelist.am |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 08a5021..073f11a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-02  Kalev Lember  <kalev smartlink ee>
+
+	Don't build Gtk::Plug and Gtk::Socket on WIN32
+
+	* gtk/src/filelist.am: Moved plug.h and socket.h to
+	gtkmm_files_posix_hg. Bug #649187
+
 3.0.1:
 
 2011-05-09  Murray Cumming  <murrayc murrayc com>
diff --git a/gtk/src/filelist.am b/gtk/src/filelist.am
index 64439de..a8cc58b 100644
--- a/gtk/src/filelist.am
+++ b/gtk/src/filelist.am
@@ -110,7 +110,6 @@ gtkmm_files_any_hg =		\
 	pagesetup.hg		\
 	paned.hg		\
 	papersize.hg		\
-	plug.hg			\
 	printcontext.hg		\
 	printoperation.hg	\
 	printoperationpreview.hg\
@@ -141,7 +140,6 @@ gtkmm_files_any_hg =		\
 	separatortoolitem.hg	\
 	settings.hg		\
 	sizegroup.hg		\
-	socket.hg		\
 	spinbutton.hg		\
 	spinner.hg		\
 	statusbar.hg		\
@@ -193,9 +191,11 @@ gtkmm_files_any_hg =		\
 
 gtkmm_files_posix_hg =		\
 	pagesetupunixdialog.hg	\
+	plug.hg			\
 	printer.hg		\
 	printjob.hg		\
-	printunixdialog.hg
+	printunixdialog.hg	\
+	socket.hg
 
 gtkmm_files_deprecated_hg =
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]