[gnome-user-share] Remove marshal generation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] Remove marshal generation
- Date: Wed, 24 Jul 2013 07:55:14 +0000 (UTC)
commit 4de60bc1cd6dad6207cd1e9bf32d7fba796bdd7d
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Mon May 13 18:29:17 2013 +0200
Remove marshal generation
The code that used this is gone.
https://bugzilla.gnome.org/show_bug.cgi?id=694347
src/Makefile.am | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b58522e..b2287cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,12 +1,3 @@
-MARSHALFILES = marshal.c marshal.h
-BUILT_SOURCES = $(MARSHALFILES)
-
-marshal.c: marshal.h
- $(AM_V_GEN) ( $(GLIB_GENMARSHAL) --prefix=marshal $(srcdir)/marshal.list --header --body > marshal.c
)
-marshal.h: marshal.list
- $(AM_V_GEN) ( $(GLIB_GENMARSHAL) --prefix=marshal $(srcdir)/marshal.list --header > marshal.h )
-
-
libexec_PROGRAMS= \
gnome-user-share
@@ -38,7 +29,7 @@ gnome_user_share_SOURCES = \
http.h \
obexpush.c \
obexpush.h \
- $(MARSHALFILES)
+ $(NULL)
gnome_user_share_LDADD = \
libuser-share-common.la \
@@ -58,8 +49,4 @@ libnautilus_share_extension_la_SOURCES = \
libnautilus_share_extension_la_LIBADD = libuser-share-common.la $(EXTENSION_LIBS)
libnautilus_share_extension_la_LDFLAGS = -avoid-version -module -no-undefined
-EXTRA_DIST = marshal.list
-
-CLEANFILES = $(BUILT_SOURCES)
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]