[ekiga] Got rid of useless gmmarshallers code



commit 768373b1772db96b488dc82a84b23c315be5711d
Author: Julien Puydt <jpuydt free fr>
Date:   Sun Jan 13 23:03:06 2013 +0100

    Got rid of useless gmmarshallers code

 lib/Makefile.am                                 |   21 ++++++---------------
 lib/engine/gui/gtk-frontend/roster-view-gtk.cpp |    1 -
 lib/gmmarshallers.list                          |    6 ------
 src/dbus-helper/dbus.cpp                        |    1 -
 4 files changed, 6 insertions(+), 23 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 676e609..5d835dc 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -63,25 +63,16 @@ components_dir = $(top_srcdir)/lib/engine/components
 # Sources out of this directory
 ##
 
-nodist_libekiga_la_SOURCES = \
-	gmmarshallers.c \
-	gmmarshallers.h
-CLEANFILES += gmmarshallers.c gmmarshallers.h
-EXTRA_DIST = gmmarshallers.list
-
-# forces the HAVE :
-BUILT_SOURCES = gmmarshallers.h gmmarshallers.c
-
-gmmarshallers.h: gmmarshallers.list
-	$(AM_V_GEN)$(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_marshal $^ --header > $  tmp && mv $  tmp $@
-
-gmmarshallers.c: gmmarshallers.list
-	$(AM_V_GEN)$(LIBTOOL) --mode=execute glib-genmarshal --prefix=gm_marshal $^ --body > $  tmp && mv $  tmp $@
-
 libekiga_la_SOURCES += \
 	$(top_srcdir)/lib/toolbox.h \
 	$(top_srcdir)/lib/toolbox.c
 
+EXTRA_DIST =
+
+nodist_libekiga_la_SOURCES =
+
+BUILT_SOURCES =
+
 ##
 # Sources out of the platform directory
 ##
diff --git a/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp b/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
index b8b3053..f156501 100644
--- a/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
+++ b/lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
@@ -44,7 +44,6 @@
 
 #include "config.h"
 
-#include "gmmarshallers.h"
 #include "gm-cell-renderer-bitext.h"
 #include "gmcellrendererexpander.h"
 #include "gmconf.h"
diff --git a/src/dbus-helper/dbus.cpp b/src/dbus-helper/dbus.cpp
index cdc4748..a2cbbc3 100644
--- a/src/dbus-helper/dbus.cpp
+++ b/src/dbus-helper/dbus.cpp
@@ -44,7 +44,6 @@
 #include "dbus.h"
 
 #include "ekiga.h"
-#include "gmmarshallers.h"
 #include "gmconf.h"
 #include "gmcallbacks.h"
 



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